]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-rpath-from-dylib.dtest/test.c
8 void* handle
= dlopen("@rpath/libbar.dylib", RTLD_LAZY
);
9 if ( handle
== NULL
) {
10 printf("[FAIL] dlopen-rpath-from-dylib: dlopen(@rpath/libbar.dylib) failed: %s\n", dlerror());