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

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