bolt/deps/llvm-18.1.8/lld/test/wasm/Inputs/ctor-ctor.s

16 lines
243 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
.section .text.def,"",@
.globl def
def:
.functype def () -> ()
end_function
.section .text.test_ctor,"",@
.globl test_ctor
test_ctor:
.functype test_ctor () -> ()
end_function
.section .init_array,"",@
.p2align 2
.int32 test_ctor