Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
parse
/
module
/
bad-array-too-many-fields.txt
blob: 3324ea449c7cd7421237bf5a3a7335fa532617f9 [
file
] [
edit
]
;;; 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 ;;)