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