summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fmf/issue3661-ccard-dec.smt2
blob: 4b120fc9d1f8042528b9410a2bfca06af5530ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --fmf-fun -i
; EXPECT: sat
; EXPECT: sat
(set-logic ALL)
(declare-fun a (Int) Bool)
(declare-fun b (Int) Bool)
(assert (= (a 0) (b 0)))
(push)
(check-sat)
(pop)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback