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