* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / BUG18.c
blobed586a7f9d60d16108d7dae4c961056a36ad9417
1 main()
3 if ((signed int) 1 < (signed int) -2147483648)
4 printf("true\n");