summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-array-too-many-fields.txt
blob: 3324ea449c7cd7421237bf5a3a7335fa532617f9 (plain)
1
2
3
4
5
6
7
8
9
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
;;; ERROR: 1
(type (array i32 i32))
(;; STDERR ;;;
out/test/parse/module/bad-array-too-many-fields.txt:4:18: error: unexpected token i32, expected ).
(type (array i32 i32))
                 ^^^
;;; STDERR ;;)