summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arrayinuf_error.smt2
blob: bc89dd0eb6a92556cd93d62629a7f33c42a21805 (plain)
1
2
3
4
5
6
7
8
9
; REQUIRES: no-competition
; EXPECT: (error "Parse Error: arrayinuf_error.smt2:8.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