[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lld / test / wasm / Inputs / strong-symbol.s
blob92200759e16c3e8fdd15927d087e62590e86c67e
1 .globl weakFn
2 .type weakFn,@function
3 weakFn:
4 .functype weakFn () -> (i64)
5 i64.const 1
6 end_function