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