2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / trad / mi1nd.h
blobc14c1a3c6610023d7084b9bff79b0961d37b68ea
1 /* Redundant include check with #if !defined. */
3 #if !defined CPP_MIND_H
4 #define CPP_MIND_H
6 int c;
8 #endif