summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sep/quant_wand.smt2
blob: 9c38fb405312f99239246c606d67e10120dd4bf5 (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 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