(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
syshdr2.h
       1  /* This file would generate an error because of #include_next, but the
       2     #pragma marks it a system header, so the error is suppressed.  */
       3  
       4  #pragma GCC system_header
       5  #include_next <stdio.h>