summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arrays/issue3813-massign-assert.smt2
blob: 7de7aebc8ab70357c089080738c768af4b1d598d (plain)
1
2
3
4
5
6
7
8
; EXPECT: sat
; COMMAND-LINE: --check-unsat-cores
(set-logic ALL)
(set-info :status sat)
(declare-fun a () (Array Int Bool))
(declare-fun b () (Array Int Bool))
(assert (= a (store b 0 true)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback