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

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-RTLD_LOCAL-weak/
H A Dmain.c65 int* fooA = (*fooproc)(); local
68 if ( fooA == A )
69 FAIL("dlopen-RTLD_LOCAL-weak: fooA == A");
72 else if ( fooA == barA )
73 FAIL("dlopen-RTLD_LOCAL-weak: fooA == barA");

Completed in 113 milliseconds