OSDN Git Service

Fix PR42205.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / inline-31.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99 -pedantic-errors" } */
3 inline int f (void) { return 0; }
4
5 void
6 g (void)
7 {
8   extern int f();
9 }