summaryrefslogtreecommitdiff
path: root/tests/semantic/method-postcondition.test
blob: 672c1471f5492b32a01b2f33b3538bb57854cbd7 (plain)
1
2
3
4
5
6
7
Invalid Code

void foo (int i) ensures (i) {
}

void main () {
}