/* 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);
}