OSDN Git Service

gcc/testsuite
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / mi1x.h
1 /* This header is never to have its contents visible, but it should
2    still receive the optimization.  */
3
4 #ifndef MIX_H
5 #define MIX_H
6
7 #define main wibble
8
9 #endif