blob: 103047320d00f18a6581b582249fdaa1173ebff3 [file] [log] [blame]
/* PR preprocessor/101638 */
/* { dg-do preprocess } */
/* { dg-options "-Wtraditional" } */
#define foo(attr) __has_attribute(attr)
#if foo(__deprecated__)
#endif