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