liquid-fixpoint-8.10.7: tests/horn/neg/test03.smt2
(fixpoint "--eliminate=horn")
// TODO move to actual SMTLIB format
(var $k0 ((Int)))
(qualif Foo ((v Int)) ((v > 10)))
(constraint
(and
(forall ((x Int) (x > 0))
(forall ((v Int) (v = x))
(($k0 v))))
(forall ((y Int) ($k0 y))
(forall ((v Int) (v = y + 1))
(($k0 v))))
(forall ((z Int) ($k0 z))
((z > 0)))))