xref: /llvm-project/clang/test/Driver/cpp-precomp.c (revision 65d83ba34378b8e740c5203fe46a9c50d2aeb862)
1 // RUN: %clang -target x86_64-apple-darwin11 \
2 // RUN:   -Werror -cpp-precomp -fsyntax-only %s
3 
4 // RUN: %clang -target x86_64-apple-darwin11 \
5 // RUN:   -Werror -no-cpp-precomp -fsyntax-only %s
6