rt_gccstream/gcc/testsuite/g++.dg/debug/debug6.C

8 lines
55 B
C

// { dg-do compile }
void foo()
{
int i=1, x[i];
}