blob: 1bd56eb5beede51f94d869d1140cd26f0da133fe [file] [edit]
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
(type $point (struct i32 i32))
(type $box (struct (ref $point) (ref $point)))