No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / debug / redecl-4.c
blobaac4ee7d4d5f275caf1033a23ff4825fb47de296
1 /* Test for multiple declarations and composite types. */
3 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
4 /* { dg-do compile } */
5 /* { dg-options "" } */
7 static int y[];
8 void
9 g (void)
11 extern int y[1];