summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/missing-header-fixit-2.h
blob: c0bf55dcbe604f081856f01ef392b93d25629a22 (plain)
1
2
3
4
5
6
7
/* This is missing-header-fixit-2.h, for use by
   missing-header-fixit-2.c  */

void test (int i, int j)
{
  printf ("%i of %i\n", i, j);
}