summaryrefslogtreecommitdiff
path: root/test/parse/module/struct-field-name.txt
blob: ea42514ec80b87e6f5029fe5b5238ed50acdb136 (plain)
1
2
3
4
5
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
(type
  (struct (field $a f32)
          (field $b (mut f64))))