OSDN Git Service

2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / mi1cc.h
1 // Redundant header include test with C comments at top.
2
3 #ifndef CPP_MICC_H
4 #define CPP_MICC_H
5
6 int b;
7
8 #endif
9
10 // And at the end too!