aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/inline-31.c
blob: 1d9a2212e10328571f5d291810fedf87e4580d64 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-std=c99 -pedantic-errors" } */
inline int f (void) { return 0; }

void
g (void)
{
  extern int f();
}