OSDN Git Service

Index: gcc/ChangeLog
[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