blob: c9a9048646ccaf6c54c977f7656fbb2673d798a1 [file] [log] [blame]
/* PR preprocessor/35061 */
/* Do nothing if there is nothing on the macro stack to pop. */
/* { dg-do preprocess } */
#define X 1
/* # pragma push_macro("X") */
# undef X
# pragma pop_macro("X")
#ifdef X
#error X is defined
#endif