xref: /aosp_15_r20/external/clang/test/Driver/cpp-precomp.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
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