Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
missing-header-fixit-2.h
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
);
}