aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/trad/mi1nd.h
blob: c14c1a3c6610023d7084b9bff79b0961d37b68ea (plain)
1
2
3
4
5
6
7
8
/* Redundant include check with #if !defined.  */

#if !defined CPP_MIND_H
#define CPP_MIND_H

int c;

#endif