aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/pr101638.c
blob: 103047320d00f18a6581b582249fdaa1173ebff3 (plain)
1
2
3
4
5
6
7
/* PR preprocessor/101638 */
/* { dg-do preprocess } */
/* { dg-options "-Wtraditional" } */

#define foo(attr) __has_attribute(attr)
#if foo(__deprecated__)
#endif