Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
module
/
bad-array-no-fields.txt
blob: d01e4d31919ffe2b6f4941cf7fae54cfb12ff216 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
;;; ERROR: 1
(type (array))
(;; STDERR ;;;
out/test/parse/module/bad-array-no-fields.txt:4:13: error: unexpected token ")", expected i32, i64, f32, f64, v128 or anyref.
(type (array))
^
;;; STDERR ;;)