]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak-force/foo.c
7 __attribute__((weak
)) void foo2() {}
8 __attribute__((weak
)) void foo4() {}
16 __attribute__((weak
)) void patterncheck() {}
17 __attribute__((weak
)) void patnot() {}