Daniel Dunbar | a45cf5b | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc %s -E 2>&1 | grep 'DO_PRAGMA (STR' && |
2 | // RUN: clang-cc %s -E 2>&1 | grep '7:3' | ||||
Chris Lattner | 1c9c0d0 | 2006-07-03 06:28:30 +0000 | [diff] [blame] | 3 | |
4 | #define DO_PRAGMA _Pragma | ||||
5 | #define STR "GCC dependency \"parse.y\"") | ||||
Chris Lattner | 9dc9c20 | 2009-02-15 20:52:18 +0000 | [diff] [blame] | 6 | // Test that this line is printed by caret diagnostics. |
7 | DO_PRAGMA (STR |