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
10