24 lines · plain
1 .functype foo (i32, i32) -> ()2 .functype test1 () -> ()3 4 .section .text.foo,"",@5 .weak foo6 .type foo,@function7foo:8 .functype foo (i32, i32) -> ()9 end_function10 11 .section .text.test1,"",@12 .globl test113 .type test1,@function14test1:15 .functype test1 () -> ()16 i32.const 417 i32.const 518 call foo19 end_function20 21 .section .debug_info,"",@22 .int32 foo23 .int32 test124