blob: de7f2d3dc3b155877c35e46d7c6fe3b795cfab1c [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -E %s 2>&1 | grep 'file not found'
Reid Spencer5f016e22007-07-11 17:01:13 +00002
3#define DO_PRAGMA _Pragma
4DO_PRAGMA ("GCC dependency \"blahblabh\"")
5