summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arrayinuf_error.smt2
blob: 1fedd95acbcb542c9544ab90d067e6953333fc21 (plain)
1
2
3
4
5
6
7
8
; EXPECT: (error "Parse Error: arrayinuf_error.smt2:7.21: Symbol 'Array' not declared as a type
; EXPECT: 
; EXPECT:   (declare-fun a (Array Bool Bool))
; EXPECT:                   ^
; EXPECT: ")
(set-logic QF_UF)
(declare-fun a (Array Bool Bool))
; EXIT: 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback