summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/quant_wand.smt2
blob: 87f0a974bdee8b700c35f5f614c6d4e81ecab6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; COMMAND-LINE: --full-saturate-quant
; EXPECT: unsat
(set-logic ALL)
(set-info :status unsat)
(declare-heap (Int Int))

(declare-const u Int)

(assert (_ emp Int Int))

(assert 
(forall ((y Int)) 
(not (wand (pto u 5) (and (= y 42) (pto u 5))))
))

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