(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
trad/
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