]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/unix-conformance.dtest/main.c
2 // This tests that our header such as dlfcn.h pass unix conformance.
6 // BUILD: $CC main.c -o $BUILD_DIR/unix-conformance.exe -D_XOPEN_SOURCE=600
7 // BUILD: $CC main.c -o $TEMP_DIR/scratch.exe -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112
9 // RUN: ./unix-conformance.exe
18 printf("[BEGIN] unix-conformance.dtest\n");
20 printf("[PASS] unix-conformance.dtest\n");