Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / inline-31.c
blob1d9a2212e10328571f5d291810fedf87e4580d64
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99 -pedantic-errors" } */
3 inline int f (void) { return 0; }
5 void
6 g (void)
8 extern int f();