summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/quant_wand.smt2
blob: d71b937fc3b0f2e7d3a84fa38d7d8ac5c67b706c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; COMMAND-LINE: --cbqi-all
; EXPECT: unsat
(set-logic ALL_SUPPORTED)
(set-info :status unsat)

(declare-const u Int)

(assert (emp 0))

(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