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