]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dylib-static-weak-link.dtest/missing.c
1 #include "test_support.h"
3 extern int foo
__attribute__((weak_import
));
6 int main(int argc
, const char* argv
[], const char* envp
[], const char* apple
[]) {
7 // dylib won't be found at runtime, so &foo should be NULL