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