summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-unary-too-many.txt
blob: 81560ba908c5cc0a1757c36fb01ea24e2565e9f3 (plain)
1
2
3
4
5
6
7
;;; ERROR: 1
(module (func (f32.neg (f32.const 0) (f32.const 0))))
(;; STDERR ;;;
parse/expr/bad-unary-too-many.txt:2:38: syntax error, unexpected (, expecting )
(module (func (f32.neg (f32.const 0) (f32.const 0))))
                                     ^
;;; STDERR ;;)