]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/weak_import/foo.h
4 extern void func2() __attribute__((weak_import
));
6 extern void func4() __attribute__((weak_import
));
9 extern int data2
__attribute__((weak_import
));
11 extern int data4
__attribute__((weak_import
));
13 extern int data6
__attribute__((weak_import
));