summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/quant4.bpl
blob: 55947f1fcf1d2a5f2f616801bc2306844e087add (plain)
1
2
3
4
5
6
7
function {:existential true} {:absdomain "IA[HoudiniConst]"} b1() : bool;

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