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