blob: 22f30702ba392f81f747f5cb91a7cc4f662c0913 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fstack-limit-register=r2" } */
void foo ()
{
int N = 2;
int slots[N];
}