Files
llvm-project/clang/test/Preprocessor/pragma_unknown.c
Chris Lattner a7e7e2b92d new testcase
llvm-svn: 38611
2006-07-02 21:50:31 +00:00

7 lines
137 B
C

// RUN: clang -E %s | grep '#pragma foo bar'
// GCC doesn't expand macro args for unrecognized pragmas.
#define bar xX
#pragma foo bar