2013-01-29 05:43:46 +08:00
|
|
|
// RUN: %clang_cc1 -E -verify %s
|
2006-07-03 14:28:30 +08:00
|
|
|
|
|
|
|
#define DO_PRAGMA _Pragma
|
|
|
|
#define STR "GCC dependency \"parse.y\"")
|
2013-01-29 05:43:46 +08:00
|
|
|
// expected-error@+1 {{'parse.y' file not found}}
|
2009-02-16 04:52:18 +08:00
|
|
|
DO_PRAGMA (STR
|