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