Merge branches/gcc-4_8-branch rev 208968.
[official-gcc.git] / gcc-4_8-branch / gcc / testsuite / gcc.c-torture / execute / 20140326-1.c
blob552e21891cb0f7f8923381ba61b975cca3648673
1 int a;
3 int
4 main (void)
6 char e[2] = { 0, 0 }, f = 0;
7 if (a == 131072)
8 f = e[a];
9 return f;