forked from OSchip/llvm-project
parent
e4af3ac6b4
commit
a7e7e2b92d
|
@ -0,0 +1,6 @@
|
|||
// RUN: clang -E %s | grep '#pragma foo bar'
|
||||
|
||||
// GCC doesn't expand macro args for unrecognized pragmas.
|
||||
#define bar xX
|
||||
#pragma foo bar
|
||||
|
Loading…
Reference in New Issue