]>
git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/dead_strip-archive-weak/main.c
c082574f7bf454f003c9b73d98376883e911ea7d
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()