Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
module
/
struct-field-ref-t-named.txt
blob: 1bd56eb5beede51f94d869d1140cd26f0da133fe [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
(type $point (struct i32 i32))
(type $box (struct (ref $point) (ref $point)))