2 /* { dg-do compile } */
3 /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
6 static const int b
= 6;
12 return a
; /* { dg-error "used in inline" } */
18 return b
; /* { dg-error "used in inline" } */
30 static int d
= 6; /* { dg-error "declared in inline" } */
37 static const int e
= 6;
51 static const char g
[10] = "abcdefghij";
83 static const int e
= 6;
97 static const char g
[10] = "abcdefghij";
129 static const int e
= 6;
143 static const char g
[10] = "abcdefghij";