Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -E %s 2>&1 | grep 'file not found' |
Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 2 | |
3 | #define DO_PRAGMA _Pragma | ||||
4 | DO_PRAGMA ("GCC dependency \"blahblabh\"") | ||||
5 |