]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/coalesce-force/foo.c
7 __attribute__((weak
)) void foo2() {}
8 __attribute__((weak
)) void foo4() {}
16 __attribute__((weak
)) void patterncheck() {}
17 __attribute__((weak
)) void patnot() {}
20 void* pointers
[] = { &foo1
, &foo2
, &foo3
, &foo4
, &wildcheck
, &willnot
, &patterncheck
, &patnot
};