]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/dead_strip-archive-weak/main.c
12 // foo is first found be dead stripping here
13 // then the use of loadme causes libfoo.a(foo.o)
14 // to be loaded which overrides foo
15 __attribute__((weak
)) void foo()