1# asm generated by clang from the following C code:
2#   void puts(const char*);
3#   void hello() { puts("hello\n"); }
4
5  .functype puts (i32) -> ()
6
7  .globl  hello
8hello:
9  .functype hello () -> ()
10  i32.const hello_str
11  call  puts
12  end_function
13
14  .section  .rodata.hello_str,"",@
15  .globl  hello_str
16hello_str:
17  .asciz  "hello\n"
18  .size hello_str, 7
19