YouCompleteMe/cpp/llvm/tools/clang/test/Preprocessor/traditional-cpp.c
Strahinja Val Markovic 1f51a89d39 Adding more llvm/clang files
These were ignored by git accidentally. We want ALL OF THEM since they all came
in the llvm/clang source distribution.
2012-07-05 17:55:45 -07:00

13 lines
338 B
C

/* Clang supports a very limited subset of -traditional-cpp, basically we only
* intend to add support for things that people actually rely on when doing
* things like using /usr/bin/cpp to preprocess non-source files. */
/*
RUN: %clang_cc1 -traditional-cpp %s -E -o %t
RUN: FileCheck < %t %s
*/
/* CHECK: foo // bar
*/
foo // bar