summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/sep-01.smt2
blob: f2ca28413232df631556417c53c8309580281f1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(set-logic QF_ALL)
(set-info :status unsat)
(declare-heap (Int Int))

(declare-const x Int)
(declare-const y Int)

(declare-const a Int)
(declare-const b Int)

(assert (sep (pto x a) (pto y b)))

(assert (= x y))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback