blob: 6a62bb95b1780604b59a446f6d0ddd2a409a6191 [file] [log] [blame]
/* PR 18067 */
/* { dg-do compile } */
void foo(int i)
{
const int j=i+1;
int a[1][j*j];
}