xref: /llvm-project/lld/test/wasm/Inputs/signature-mismatch-debug-info-main.s (revision 7d2c2af0453c28d0902668523099a1f46a0bc348)
1  .functype  test0 () -> ()
2  .functype  test1 () -> ()
3  .functype  main (i32, i32) -> (i32)
4
5  .section  .text.main,"",@
6  .globl  main
7  .type  main,@function
8main:
9  .functype  main (i32, i32) -> (i32)
10  call  test0
11  call  test1
12  i32.const  0
13  end_function
14
15  .section  .debug_info,"",@
16  .int32 test0
17  .int32 test1
18