aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/mi1x.h
blob: a317cf852bf6e3e9b46723aa1ccef88c71fe4da6 (plain)
1
2
3
4
5
6
7
8
9
/* This header is never to have its contents visible, but it should
   still receive the optimization.  */

#ifndef MIX_H
#define MIX_H

#define main wibble

#endif