summaryrefslogtreecommitdiffstats
path: root/lld/test/COFF/Inputs/object.s
blob: b70599385591d417288ffe821953ba4a9c58792c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

	.text

	.def f
		.scl 2
		.type 32
	.endef
	.global f
f:
	retq $0

	.section .drectve,"rd"
	.ascii " /EXPORT:f"
OpenPOWER on IntegriCloud