summaryrefslogtreecommitdiff
path: root/test/regress/regress1/errorcrash.smt2
blob: 78df4324e3d55fc1addab54cd472df9ba7a94500 (plain)
1
2
3
4
5
6
7
8
9
10
; REQUIRES: no-competition
; EXIT: 1
; EXPECT: (error "Parse Error: errorcrash.smt2:6.29: Symbol 'Array' not declared as a type")
(set-logic QF_UF)
(declare-sort U 0)
(declare-fun x () (Array U U))
(declare-fun y () (Array U U))
(assert (= x y))
(check-sat)
(get-value (x y))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback