summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/sep-simp-unsat-emp.smt2
blob: f620e9360361ad88b5a5eec3af3ce4a2a3df0ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(set-logic QF_ALL_SUPPORTED)
(set-info :status unsat)

(declare-sort U 0)
(declare-fun x () U)
(declare-fun y () U)
(declare-fun a () U)
(declare-fun b () U)

(assert (_ emp U U))
(assert (sep (pto x a) (pto y b)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback