diff options
Diffstat (limited to 'test/passes/post-emscripten_pass-arg=stack-pointer@1234.wast')
-rw-r--r-- | test/passes/post-emscripten_pass-arg=stack-pointer@1234.wast | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/passes/post-emscripten_pass-arg=stack-pointer@1234.wast b/test/passes/post-emscripten_pass-arg=stack-pointer@1234.wast new file mode 100644 index 000000000..c96bbf4f9 --- /dev/null +++ b/test/passes/post-emscripten_pass-arg=stack-pointer@1234.wast @@ -0,0 +1,4 @@ +(module + (import "env" "not_stack" (global i32)) + (global $should_be_stack_pointer (mut i32) (i32.const 2)) +) |