OSDN Git Service

2005-02-15 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / mi1nd.h
1 /* Redundant include check with #if !defined.  */
2
3 #if !defined CPP_MIND_H
4 #define CPP_MIND_H
5
6 int c;
7
8 #endif