Searched refs:func4 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak_import/
H A Dfoo.c13 void func4() {} function
H A Dfoo.h6 extern void func4() __attribute__((weak_import));
H A Dmain.c43 if ( (&func2 == NULL) && (&func4 == NULL) && (&data2 == NULL) && (&data4 == NULL) && (pdata6 == NULL) )
53 func4();

Completed in 90 milliseconds