* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr82549.c
blob11525cde0320f7fb262feedec7e96a9c01cdf584
1 /* PR tree-optimization/82549 */
3 int a, b[1];
5 int
6 main ()
8 return !a || b[-2] || b[-2];