]>
git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/cstring-empty-labeled/foo.s
Commit | Line | Data |
a645023d A |
1 | .cstring |
2 | LC2: |
3 | .ascii "bye\0" |
4 | .ascii "\0" |
5 | .ascii "\0" |
6 | |
7 | .globl _empty |
8 | _empty: |
9 | .ascii "\0" |
10 | |
11 | LC0: |
12 | .ascii "hello\0" |
13 | .ascii "\0" |
14 | .ascii "\0" |
15 | .ascii "\0" |
16 | |
17 | LC1: |
18 | .ascii "\0" |
19 | |
20 | |
21 | .subsections_via_symbols |