summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-array-no-fields.txt
blob: 8b60fd7bdfd6a2b8a9f78f7cb95d4ee9f69a01f7 (plain)
1
2
3
4
5
6
7
8
9
;;; 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, exnref or funcref.
(type (array))
            ^
;;; STDERR ;;)