blob: 41dca2eec72d572d35215586b3fa405debf7a9bc [file] [log] [blame]
/* APPLE LOCAL file for-4_3 4134307 */
/* { dg-do compile } */
/* { dg-options "-std=gnu89" } */
extern inline void func1 (void) {
static int i; /* { dg-warning "static" } */
}
inline void func3 (void)
{
static int i;
}