aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/_Pragma-poison.c
blob: 82a7fbecc2e85be890350a911bc32ec222a7d01d (plain)
1
2
3
4
5
6
7
8
// RUN: clang -Eonly %s 2>&1 | grep error | wc -l | grep 1 &&
// RUN: clang -Eonly %s 2>&1 | grep 7:4 | wc -l | grep 1

#define BAR _Pragma ("GCC poison XYZW")  XYZW /*NO ERROR*/
XYZW   // NO ERROR
BAR
   XYZW   // ERROR