aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp-mic.h
blob: bae9d8b6db7e43ed9375f1c1988c575c07cf2586 (plain)
1
2
3
4
5
6
7
8
9
10
/* Redundant header include test with C comments at top.  */

#ifndef CPP_MIC_H
#define CPP_MIC_H

int a;

#endif

/* And at the end too!  */