aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/20041219-1.c
blob: 6a62bb95b1780604b59a446f6d0ddd2a409a6191 (plain)
1
2
3
4
5
6
7
8
/* PR 18067 */
/* { dg-do compile } */

void foo(int i)
{
    const int j=i+1;
    int a[1][j*j];
}