summaryrefslogtreecommitdiff
path: root/test/debugInfo.fromasm.read-written
diff options
context:
space:
mode:
Diffstat (limited to 'test/debugInfo.fromasm.read-written')
-rw-r--r--test/debugInfo.fromasm.read-written17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/debugInfo.fromasm.read-written b/test/debugInfo.fromasm.read-written
index 2cc9a03de..362d828a3 100644
--- a/test/debugInfo.fromasm.read-written
+++ b/test/debugInfo.fromasm.read-written
@@ -11,6 +11,7 @@
(export "fib" (func $fib))
(export "switch_reach" (func $switch_reach))
(export "nofile" (func $nofile))
+ (export "inlineInto" (func $inlineInto))
(func $add (; 0 ;) (type $0) (param $0 i32) (param $1 i32) (result i32)
;;@ tests/other_file.cpp:314159:0
(i32.add
@@ -175,5 +176,21 @@
;;@ (unknown):1337:0
(call $nofile)
)
+ (func $inlineInto (; 6 ;) (type $0) (param $0 i32) (param $1 i32) (result i32)
+ ;;@ inline_me.c:120:0
+ (i32.add
+ (local.tee $0
+ (i32.add
+ (local.get $0)
+ (local.get $1)
+ )
+ )
+ (i32.add
+ (local.get $0)
+ (local.get $1)
+ )
+ )
+ ;;@ inline_me.c:125:0
+ )
)