blob: 7a5ac56deee9540e316c7e2537d33b9f3b886839 [file] [log] [blame] [edit]
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
(type (array i64))
(func
i64.const 0
i32.const 0
array.new 0
drop)