summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/inc-define.smt2
blob: 27261eff676feef73665274a5355110b070d6496 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --incremental
; EXPECT: sat
; EXPECT: sat
(set-logic QF_LIA)
(declare-fun x () Int)
(check-sat)
(define t (not (= x 0)))
(assert t)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback