]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/_dyld_register_for_image_loads.dtest/bar.c
6 __attribute__((constructor
))
8 void* handle
= dlopen(RUN_DIR
"/libbaz.dylib", RTLD_FIRST
);
9 if ( handle
== NULL
) {
10 printf("[FAIL] dlopen(\"%s\") failed with: %s\n", RUN_DIR
"/libbaz.dylib", dlerror());