summaryrefslogtreecommitdiff
path: root/Test/test0/WhereParsing2.bpl
blob: 192b17208b7785e650efda2cafecfa4f229f67ff (plain)
1
2
3
4
// RUN: %boogie -noVerify "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
const x: int where x < 0;  // error: where clauses not allowed on constants