blob: 1d9a2212e10328571f5d291810fedf87e4580d64 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=c99 -pedantic-errors" } */
inline int f (void) { return 0; }
void
g (void)
{
extern int f();
}