aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp-mix.h
blob: ce0e76435d7f7d61bbf43d046f55836b141ff3b1 (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 CPP_MIX_H
#define CPP_MIX_H

#define main wibble

#endif