]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/pecoff/Inputs/armnt-obj.s
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / pecoff / Inputs / armnt-obj.s
1
2         .syntax unified
3         .thumb
4         .text
5
6         .def main
7                 .scl 2
8                 .type 32
9         .endef
10 main:
11         bx lr
12