xref: /llvm-project/lld/test/wasm/Inputs/libsearch-st.s (revision 0a9756fc15c57dc94146e65d251d7a3d941ae78a)
1.globl _bar,_static
2
3.section .data,"",@
4_bar:
5.int32 42
6.size _bar,4
7
8_static:
9.size _static,4
10