;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
(type (struct i32 i32))
(type (func (result i32)))

(func (result i32)
  i32.const 0)
