1 2 3 4 5 6 7 8 9
/* PR tree-optimization/82549 */ int a, b[1]; int main () { return !a || b[-2] || b[-2]; }