blob: 2956286eb22275bbcae03c24a2b3c91fc8b1f8f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Redundant header include test with C comments at top. */
# /* And a null directive at the top. */
#ifndef CPP_MIC_H
#define CPP_MIC_H
int a;
#endif
# /* And at the end, too! */
/* And at the end too! */
|