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