summaryrefslogtreecommitdiff
path: root/Test/test0/WhereParsing2.bpl
blob: e7a0bd62c9b25c3fe82d8ae5d4cf7d8bcee523c0 (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