blob: 3244dc783008dbb9e60377860e0ee284e0d7cb83 [file] [log] [blame]
/* { dg-require-effective-target alloca } */
const int a = 3;
const int b = 50;
void foo (void)
{
long int x[a][b];
asm ("" : : "r" (x) : "memory");
}