[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
[llvm-project.git] / lld / test / wasm / Inputs / ctor-setup.s
blob01b8ad2db731427f52db5e81b1a2c414e4053d83
1 # Like Inputs/ctor-start.s, except it calls `lib_func` from a ctor
2 # instead of from `_start`.
4 .functype lib_func () -> ()
6 .globl _start
7 _start:
8 .functype _start () -> ()
9 end_function
11 .globl setup
12 setup:
13 .functype setup () -> ()
14 call lib_func
15 end_function
17 .section .init_array,"",@
18 .p2align 2
19 .int32 setup