summaryrefslogtreecommitdiff
path: root/test/regress/regress1/bug472.smt2
blob: 7af988ec30ddade8aca1a0bc36339d340b914b62 (plain)
1
2
3
4
5
6
7
8
(set-logic QF_AUFLIA)
(set-option :produce-models true)
(declare-fun a () (Array Int Int))
(assert (= (select a 0) 0))
(check-sat)
(get-value (a))
(assert (= a @1))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback