blob: c0bf55dcbe604f081856f01ef392b93d25629a22 [file] [log] [blame]
/* 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);
}