blob: ede41049274bea830b40cdff7aad065616564457 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wall -std=gnu89" } */
/* This test should compile successfully. */
extern inline int foo (void) { return 0; }
inline int foo (void) { return 1; }