diff options
Diffstat (limited to 'test/reduce/destructive.wast.txt')
-rw-r--r-- | test/reduce/destructive.wast.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/reduce/destructive.wast.txt b/test/reduce/destructive.wast.txt new file mode 100644 index 000000000..b5776b35e --- /dev/null +++ b/test/reduce/destructive.wast.txt @@ -0,0 +1,9 @@ +(module + (type $0 (func (param i32) (result i32))) + (memory $0 0) + (export "x" (func $0)) + (func $0 (type $0) (param $var$0 i32) (result i32) + (i32.const 100) + ) +) + |