[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lld / test / wasm / Inputs / ctor-lib.s
blobbc321b26d9a2c7cc3e262812d207cd8d63185718
1 .functype def () -> ()
3 .section .text.lib_func,"",@
4 .globl lib_func
5 lib_func:
6 .functype lib_func () -> ()
7 end_function
9 .section .text.unused_lib_func,"",@
10 .globl unused_lib_func
11 unused_lib_func:
12 .functype unused_lib_func () -> ()
13 call def
14 end_function
16 .functype def () -> ()