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