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