IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / inline7.c
blob54f3360b8a7af1e38d447086f6d83779a1a20905
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } */
3 extern inline void func1 (void) {
4 static int i; /* { dg-warning "static" } */
6 inline void func3 (void)
8 static int i;