diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-09-06 17:59:56 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 18:42:46 -0700 |
commit | c02e76e5a61c507df4c48f644f3702b660f6fab9 (patch) | |
tree | 0dd88f0c04cd1a7a9039e9be5a06a0f47fc9b03b /test/unit.fromasm.no-opts | |
parent | e9dfbe4de951ff6c3f3830fbcd1229d3d31a1190 (diff) | |
download | binaryen-c02e76e5a61c507df4c48f644f3702b660f6fab9.tar.gz binaryen-c02e76e5a61c507df4c48f644f3702b660f6fab9.tar.bz2 binaryen-c02e76e5a61c507df4c48f644f3702b660f6fab9.zip |
add a test
Diffstat (limited to 'test/unit.fromasm.no-opts')
-rw-r--r-- | test/unit.fromasm.no-opts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unit.fromasm.no-opts b/test/unit.fromasm.no-opts index 56436ab7f..747c742dd 100644 --- a/test/unit.fromasm.no-opts +++ b/test/unit.fromasm.no-opts @@ -1137,5 +1137,13 @@ (set_global $Int (get_local $x) ) + (call $globalOpts) + (set_local $x + (get_global $Int) + ) + (call $globalOpts) + (set_global $Int + (get_local $x) + ) ) ) |