Daniel Dunbar | a45cf5b | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -E %s | grep '#pragma foo bar' |
Chris Lattner | a7e7e2b | 2006-07-02 21:50:31 +0000 | [diff] [blame] | 2 | |
3 | // GCC doesn't expand macro args for unrecognized pragmas. | ||||
4 | #define bar xX | ||||
5 | #pragma foo bar | ||||
6 |