1 int a;
2 
3 int
main(void)4 main (void)
5 {
6   char e[2] = { 0, 0 }, f = 0;
7   if (a == 131072)
8     f = e[a];
9   return f;
10 }
11