]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak-def-auto-hide/other.s
c524ebf2c6fc449b7c5ee361c243c2bd39655b3b
[apple/ld64.git] / unit-tests / test-cases / weak-def-auto-hide / other.s
1
2
3 .text
4 .align 4
5
6 .globl _my_weak
7 .weak_def_can_be_hidden _my_weak
8 _my_weak: nop
9 nop
10
11
12 .globl _my_other_weak
13 .weak_def_can_be_hidden _my_other_weak
14 _my_other_weak: nop
15 nop
16