Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
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
);
}