PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / missing-header-fixit-2.h
blobc0bf55dcbe604f081856f01ef392b93d25629a22
1 /* This is missing-header-fixit-2.h, for use by
2 missing-header-fixit-2.c */
4 void test (int i, int j)
6 printf ("%i of %i\n", i, j);