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