]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/_dyld_shared_cache_is_locally_built.dtest/main.c
2 // BUILD: $CC main.c -o $BUILD_DIR/_dyld_shared_cache_is_locally_built.exe
4 // RUN: ./_dyld_shared_cache_is_locally_built.exe
9 #include <mach-o/dyld_priv.h>
15 printf("[BEGIN] _dyld_shared_cache_is_locally_built\n");
17 // We can't reliably test the result of this function, but it shouldn't crash
18 _dyld_shared_cache_is_locally_built();
20 printf("[PASS] _dyld_shared_cache_is_locally_built\n");