xref: /llvm-project/lld/test/wasm/Inputs/ctor-lib.s (revision 9647a6f719ee4b1c23eea7aef368c1dcd5317949)
1	.functype	def () -> ()
2
3	.section	.text.lib_func,"",@
4	.globl	lib_func
5lib_func:
6	.functype	lib_func () -> ()
7	end_function
8
9	.section	.text.unused_lib_func,"",@
10	.globl unused_lib_func
11unused_lib_func:
12	.functype	unused_lib_func () -> ()
13	call def
14	end_function
15
16	.functype	def () -> ()
17