aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/redecl-3.c
blob: 3f0c053a21de30909c5567a6af28696b9f0f3252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Test for multiple declarations and composite types.  */

/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */
/* { dg-options "" } */

int y[];
void
g (void)
{
  extern int y[1];
}