[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lld / test / wasm / Inputs / ctor-start.s
blob87fa3a95bdb140cc7e67254892850a0c07afb010
1 .functype lib_func () -> ()
3 .globl _start
4 _start:
5 .functype _start () -> ()
6 call lib_func
7 end_function