(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
syshdr5.h
       1  /* Origin: PR preprocessor/60723
       2  
       3     This header file is to be included by the syshdr5.c file.  */
       4  
       5  #pragma GCC system_header
       6  #define FOO(A)do {int line = __LINE__ ; A;} while(0)