blob: aac4ee7d4d5f275caf1033a23ff4825fb47de296 [file] [log] [blame]
/* Test for multiple declarations and composite types. */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */
/* { dg-options "" } */
static int y[];
void
g (void)
{
extern int y[1];
}