aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr39614-5.c
blob: 0cae4de9479f5c86038d276794d68c676b814312 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-w -std=c99" } */
int i;
void
f (void)
{
  i = (1 / 0, 1 / 0);
}