]> git.saurik.com Git - apple/ld64.git/blob - FireOpal/unit-tests/test-cases/weak_dylib/foo.h
54b3e3612d24a4147ac7d5604e7edc5b2f4522a9
[apple/ld64.git] / FireOpal / unit-tests / test-cases / weak_dylib / foo.h
1
2
3 extern void foo1();
4 extern void foo2() __attribute__((weak_import));
5 extern void foo3();
6 extern void foo4() __attribute__((weak_import));