aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr45969-1.c
blob: ccf68bc49888f29a461c744ae926a1541b86ebdd (plain)
1
2
3
4
5
6
/* { dg-options "-std=c89" } */
void crash() {
    double l[4];
    if((l[0]+l[2]) && (l[1]+l[3])){
    }
}