(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
pr20348.h
       1  #ifdef MIDDLE
       2  # ifndef PR20348_H_SEEN
       3  #  define PR20348_H_SEEN
       4  # else
       5  #  error pr20348.h included twice after MIDDLE definition
       6  # endif
       7  #else
       8  # error pr20348.h included before MIDDLE definition
       9  #endif