blob: 4f29bfc47137a66e51e6ebbf4d0576bdfcbeb5dc [file] [log] [blame]
/* { dg-do compile } */
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0 -fnested-functions" } */
void foo()
{
void bar()
{
bar();
}
}
void foo1(int i)
{
void bar (char c[1][i]) { }
}