bolt/deps/llvm-18.1.8/clang/test/Driver/cpp-precomp.c

6 lines
194 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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