(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
missing-header-fixit-2.h
       1  /* This is missing-header-fixit-2.h, for use by
       2     missing-header-fixit-2.c  */
       3  
       4  void test (int i, int j)
       5  {
       6    printf ("%i of %i\n", i, j);
       7  }