(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.misc-tests/
mg-2.c
       1  /* PR 15220 */
       2  
       3  #include <nonexist0.h>
       4  #include "nonexist.h"
       5  int
       6  main ()
       7  {
       8    return 0;
       9  }