summaryrefslogtreecommitdiff
path: root/Test/test1/AssumptionVariables1.bpl
blob: dea71396f833df29eeacf97d2569a6d6f4f17b0d (plain)
1
2
3
4
5
6
// RUN: %boogie -noVerify %s > %t
// RUN: %diff %s.expect %t
procedure Test0()
{
    var {:assumption} a0: int;  // error
}