Chris Lattner | 4b00965 | 2007-07-25 00:24:17 +0000 | [diff] [blame] | 1 | // RUN: clang %s -E 2>&1 | grep 'DO_PRAGMA (STR' && |
Chris Lattner | bc7a3cb | 2009-02-15 20:52:18 +0000 | [diff] [blame] | 2 | // RUN: clang %s -E 2>&1 | grep '7:3' |
Chris Lattner | 4b00965 | 2007-07-25 00:24:17 +0000 | [diff] [blame] | 3 | |
4 | #define DO_PRAGMA _Pragma | ||||
5 | #define STR "GCC dependency \"parse.y\"") | ||||
Chris Lattner | bc7a3cb | 2009-02-15 20:52:18 +0000 | [diff] [blame] | 6 | // Test that this line is printed by caret diagnostics. |
7 | DO_PRAGMA (STR |