aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr54103-6.c
blob: 2b0b0baa9166a141a2a0b2075da048fb45bd532b (plain)
1
2
3
4
5
void
f (void)
{
  0 || 65536*65536 ? : 0;
}