aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr54103-4.c
blob: 89ce24cd912c8e663809f918e9dea0b219f22c60 (plain)
1
2
3
4
5
void
f (void)
{
  0 / 0 && 1 ? : 0;
}