OSDN Git Service

2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / mi1ndp.h
1 #if !defined ( CPP_MINDP_H)
2 #define CPP_MINDP_H
3
4 /* Redundant include check with #if !defined and parentheses.  */
5 int d;
6
7 #endif