(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
trad/
mi1nd.h
       1  /* Redundant include check with #if !defined.  */
       2  
       3  #if !defined CPP_MIND_H
       4  #define CPP_MIND_H
       5  
       6  int c;
       7  
       8  #endif