blob: 190e5a7a3078715d078a6d5cc8216ef6836e90bd [file] [log] [blame]
Chris Lattner4b009652007-07-25 00:24:17 +00001// RUN: clang -E %s 2>&1 | grep 'file not found'
2
3#define DO_PRAGMA _Pragma
4DO_PRAGMA ("GCC dependency \"blahblabh\"")
5