]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/shared_cache_optimized.dtest/main.c
2 // BUILD: $CC main.c -o $BUILD_DIR/shared_cache_optimized.exe
4 // RUN: ./shared_cache_optimized.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 // tests run on internal installs which use un-optimzed dyld cache
16 if ( _dyld_shared_cache_optimized() )
17 FAIL("unexpectedly returned true");