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