[committed][RISC-V][PR target/114139] Verify we have a CONST_INT before extracting...
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000923-1.c
blob3244dc783008dbb9e60377860e0ee284e0d7cb83
1 /* { dg-require-effective-target alloca } */
2 const int a = 3;
3 const int b = 50;
5 void foo (void)
7 long int x[a][b];
8 asm ("" : : "r" (x) : "memory");