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