xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/cpp-precomp.c (revision 5ba302fdeaa9e153d58b5dcaef42d660aedee92e)
1 // RUN: %clang -target x86_64-apple-darwin10 \
2 // RUN:   -Werror -cpp-precomp -fsyntax-only %s
3 
4 // RUN: %clang -target x86_64-apple-darwin10 \
5 // RUN:   -Werror -no-cpp-precomp -fsyntax-only %s
6