]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/order_file/extra.s
ld64-77.tar.gz
[apple/ld64.git] / unit-tests / test-cases / order_file / extra.s
CommitLineData
a61fdf0a
A
1
2
3 .text
4
5 .globl _foo1
6_foo1: nop
7
8 .globl _aaa2
9_aaa2:
10_bbb2:
11_ccc2:
12 nop
13
14 .globl _bbb3
15_aaa3:
16_bbb3:
17_ccc3:
18 nop
19
20
21_aaa4:
22 nop
23
24