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