1 /* { dg-do compile } */
2 /* { dg-options "-Wall -std=gnu89" } */
3 /* This test should compile successfully.  */
foo(void)4 extern inline int foo (void) { return 0; }
foo(void)5 inline int foo (void) { return 1; }
6