summaryrefslogtreecommitdiff
path: root/Test/test0/BadQuantifier.bpl
blob: db704a6e15a32058ac103dbb3f6de2b388f07ce4 (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);