aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/mi1cc.h
blob: 46a38cded01aacb6867bf616f500e421c6c77a22 (plain)
1
2
3
4
5
6
7
8
9
10
// Redundant header include test with C comments at top.

#ifndef CPP_MICC_H
#define CPP_MICC_H

int b;

#endif

// And at the end too!