]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak_dylib/foo.h
ld64-85.2.2.tar.gz
[apple/ld64.git] / 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));