diff options
Diffstat (limited to 'test/debugInfo.fromasm.no-opts')
-rw-r--r-- | test/debugInfo.fromasm.no-opts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/debugInfo.fromasm.no-opts b/test/debugInfo.fromasm.no-opts index 8e4ebdd3f..83e1c4ec0 100644 --- a/test/debugInfo.fromasm.no-opts +++ b/test/debugInfo.fromasm.no-opts @@ -10,6 +10,7 @@ (export "opts" (func $opts)) (export "fib" (func $fib)) (export "switch_reach" (func $switch_reach)) + (export "nofile" (func $nofile)) (func $add (; 0 ;) (param $x i32) (param $y i32) (result i32) ;;@ tests/hello_world.c:5:0 (set_local $x @@ -282,4 +283,8 @@ (get_local $$rc$0) ) ) + (func $nofile (; 6 ;) + ;;@ (unknown):1337:0 + (call $nofile) + ) ) |