]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak-force/foo.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak-force / foo.c
1
2
3 void foo1() {}
4 void foo3() {}
5
6
7 __attribute__((weak)) void foo2() {}
8 __attribute__((weak)) void foo4() {}
9
10
11 void wildcheck() {}
12 void willnot() {}
13
14
15
16 __attribute__((weak)) void patterncheck() {}
17 __attribute__((weak)) void patnot() {}