]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/pecoff/Inputs/executable.s
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / pecoff / Inputs / executable.s
1
2 # void mainCRTStartup(){}
3
4         .syntax unified
5         .thumb
6         .text
7
8         .def mainCRTStartup
9                 .scl 2
10                 .type 32
11         .endef
12         .global mainCRTStartup
13         .align 2
14         .thumb_func
15 mainCRTStartup:
16         bx lr
17