[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lld / test / wasm / Inputs / stack-first.s
bloba2a356b573a9b98c88e53bd04159348c2a8fc103
1 .globl _start
2 _start:
3 .functype _start () -> ()
4 end_function
6 .globl someByte
7 .type someByte,@object
8 .section .data.someByte,"",@
9 someByte:
10 .int8 42
11 .size someByte, 1