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 }
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 }