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