FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000923-1.c
blob9ed98868206265e3a2a2bbf49879edf07c4624fb
1 const int a = 3;
2 const int b = 50;
4 void foo (void)
6 long int x[a][b];
7 asm ("" : : "r" (x) : "memory");