xref: /llvm-project/lld/test/wasm/Inputs/ctor-ctor.s (revision 950ae43091121ea357f735790f4042264cf40728)
1	.section	.text.def,"",@
2	.globl def
3def:
4	.functype	def () -> ()
5	end_function
6
7	.section	.text.test_ctor,"",@
8	.globl test_ctor
9test_ctor:
10	.functype	test_ctor () -> ()
11	end_function
12
13	.section	.init_array,"",@
14	.p2align	2
15	.int32 test_ctor
16