xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi1c.h (revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
1*c87b03e5Sespie /* Redundant header include test with C comments at top.  */
2*c87b03e5Sespie # /* And a null directive at the top.  */
3*c87b03e5Sespie 
4*c87b03e5Sespie #ifndef CPP_MIC_H
5*c87b03e5Sespie #define CPP_MIC_H
6*c87b03e5Sespie 
7*c87b03e5Sespie int a;
8*c87b03e5Sespie 
9*c87b03e5Sespie #endif
10*c87b03e5Sespie 
11*c87b03e5Sespie # /* And at the end, too!  */
12*c87b03e5Sespie /* And at the end too!  */
13