diff options
Diffstat (limited to 'test/parse/module/struct-mut-field.txt')
-rw-r--r-- | test/parse/module/struct-mut-field.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/parse/module/struct-mut-field.txt b/test/parse/module/struct-mut-field.txt new file mode 100644 index 00000000..8189179a --- /dev/null +++ b/test/parse/module/struct-mut-field.txt @@ -0,0 +1,3 @@ +;;; TOOL: wat2wasm +;;; ARGS: --enable-gc +(type (struct (mut f32) (field (mut f64)))) |