blob: 909ae6570bb3ee789b56c24caf4e3210d4c38135 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options { -std=c99 } } */
/* Radar 4336222 */
inline int foo() { return 0; }
void bar() {
extern int foo();
}