]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/weak_dylib/foo.c
aa25da50694456ccc88aca75028682dd9535ea0e
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / weak_dylib / foo.c
1
2
3 #include "foo.h"
4
5 void foo1() {}
6 void foo2() {}
7 void foo3() {}
8 void foo4() {}
9