* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / lbug.c
blob0440a0a7a9d71742b72fe84f2e905fcb61901ddb
1 long long x = 0;
2 main()
4 if (x--)
5 return 255;
6 return 0;