summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/test.00.cvc.smt2
blob: 2a1de615e0d37919a0c26ba5bde72501f4827723 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --incremental
; EXPECT: sat
; EXPECT: sat
(set-logic ALL)
(declare-fun x () Bool)
(push 1)
(assert x)
(check-sat)
(pop 1)
(assert (not x))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback