blob: 303ed68f249e4f4fe5919b347176f4a442105b51 [file] [log] [blame]
.functype test0 () -> ()
.functype test1 () -> ()
.functype main (i32, i32) -> (i32)
.section .text.main,"",@
.globl main
.type main,@function
main:
.functype main (i32, i32) -> (i32)
call test0
call test1
i32.const 0
end_function
.section .debug_info,"",@
.int32 test0
.int32 test1