blob: 90a5f2224a7af20f6bd730a2cc3b98d83e0a2f1b [file] [log] [blame] [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, externref or funcref.
(type (array))
^
;;; STDERR ;;)