* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr39614-4.c
blob2426ee28fc8070bc5309110de8204427aa5c0a45
1 int i;
2 void
3 f (void)
5 i = (1 / 0 ? 1 : 0);