summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/nspatial-simp.smt2
blob: 953c5252d768ec001098ef832aa662b1141801b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic QF_ALL)
(set-info :status sat)
(declare-fun x () Int)
(declare-heap (Int Int))

(assert (sep (= x 0) (not (= x 5))))

(declare-fun y () Int)
(assert (pto y 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback