blob: 82a7fbecc2e85be890350a911bc32ec222a7d01d [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// RUN: clang -Eonly %s 2>&1 | grep error | wc -l | grep 1 &&
2// RUN: clang -Eonly %s 2>&1 | grep 7:4 | wc -l | grep 1
3
4#define BAR _Pragma ("GCC poison XYZW") XYZW /*NO ERROR*/
5XYZW // NO ERROR
6BAR
7 XYZW // ERROR
8