[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
[llvm-project.git] / lld / test / wasm / Inputs / hello.s
blob664b1ccdcc090a570c8042e6f89c0596b9c10b07
1 # asm generated by clang from the following C code:
2 # void puts(const char*);
3 # void hello() { puts("hello\n"); }
5 .functype puts (i32) -> ()
7 .globl hello
8 hello:
9 .functype hello () -> ()
10 i32.const hello_str
11 call puts
12 end_function
14 .section .rodata.hello_str,"",@
15 .globl hello_str
16 hello_str:
17 .asciz "hello\n"
18 .size hello_str, 7