2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / trad / mi4.c
blobc886cc2c8e5a1a78475b351157f0a092dafd5f03
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* Undefining a macro guard and re-including the file used to confuse
6 file caching in cppfiles.c, and attempt to open a bad fd. */
8 #include "mi1c.h"
9 #undef CPP_MIC_H
10 #include "mi1c.h"