summaryrefslogtreecommitdiff
path: root/Test/test0/BadQuantifier.bpl
blob: d202312e7ba8ccd0d0776c2b3d6efe713ffe57b3 (plain)
1
2
3
4
5
// RUN: %boogie -noVerify %s > %t
// RUN: %diff %s.expect %t

function f(int) returns (bool);
axiom (forall int x :: f(x) <== x >= 0);