Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr63877.c
blob: 5969b39d21cd4a3c99738ddbbb537b4c9f6f7689 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-Wmissing-declarations" } */
inline
int
foo
(
void
)
{
return
42
;
}
/* { dg-bogus "no previous declaration" } */
extern
int
foo
(
void
);