xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/mi1c.h (revision 46035553bfdd96e63c94e32da0210227ec2e3cf1)
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