summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/quant1.bpl
blob: e12525b624641706f3a9c4fd7bc80b1b3eb5c3ec (plain)
1
2
3
4
5
6
7
function {:existential true} {:absdomain "IA[Intervals]"} b1(x: int) : bool;

procedure foo ()
{
  assert (forall x: int :: (0 <= x && x <= 2) ==> b1(x));
}