aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/pr49032.c
blob: 3985040d71210f30015c7c92621e9420497e8cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR debug/49032 */
/* { dg-do link } */

static int s = 42;

int
main ()
{
  int *l[18] = { &s, &s, &s, &s, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
  return 0;
}