summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm.no-opts')
-rw-r--r--test/unit.fromasm.no-opts15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/unit.fromasm.no-opts b/test/unit.fromasm.no-opts
index 222993289..ddfa05577 100644
--- a/test/unit.fromasm.no-opts
+++ b/test/unit.fromasm.no-opts
@@ -566,6 +566,21 @@
)
)
)
+ (func $lb (param $a i32)
+ (i32.store
+ (get_local $a)
+ (i32.add
+ (i32.add
+ (i32.load
+ (i32.const 48)
+ )
+ (i32.const 136)
+ )
+ (i32.const 8)
+ )
+ )
+ (return)
+ )
(func $z
(nop)
)