blob: d035b5f3def605dae65d6f326c41cbed6108dfc4 [file] [log] [blame]
// { dg-do preprocess }
// { dg-additional-options -fdirectives-only }
#define major NO NOT ME
#ifdef major
# undef major
#else
# error major not initially defined
#endif
#ifdef major
# error major still defined
#endif
// { dg-final { scan-file dir-only-1.i "#undef major\n" } }