aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp-micc.h
blob: 52c9dccca8919f19d9558c90c8a3fe4305de8f89 (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 a;

#endif

// And at the end too!