summaryrefslogtreecommitdiff
path: root/test/unit.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r--test/unit.fromasm14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm
index 669aa33d9..23f6c48ba 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -363,6 +363,20 @@
(func $bitcasts (param $0 i32) (param $1 f32)
(nop)
)
+ (func $lb (param $0 i32)
+ (i32.store
+ (get_local $0)
+ (i32.add
+ (i32.add
+ (i32.load
+ (i32.const 48)
+ )
+ (i32.const 136)
+ )
+ (i32.const 8)
+ )
+ )
+ )
(func $z
(nop)
)