summaryrefslogtreecommitdiff
path: root/Test/test0/BadQuantifier.bpl
blob: b06ab0d91bfcb9e9f847ee3a8c6899721d9b128b (plain)
1
2
3

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