blob: a3fd94d9e1a7af534ba42ad6fb614f179b3e1006 (
plain)
1
2
3
4
5
|
// RUN: %clang -target x86_64-apple-darwin11 \
// RUN: -Werror -cpp-precomp -fsyntax-only %s
// RUN: %clang -target x86_64-apple-darwin11 \
// RUN: -Werror -no-cpp-precomp -fsyntax-only %s
|