]>
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>
12 #include "test_support.h"
14 int main(int argc
, const char* argv
[], const char* envp
[], const char* apple
[]) {
15 // We can't reliably test the result of this function, but it shouldn't crash
16 _dyld_shared_cache_is_locally_built();