summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/nspatial-simp.smt2
blob: e57e50ea236773833f70bbff6e6391e571ed63c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic QF_ALL_SUPPORTED)
(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