1 /* We used to ICE here because after VRP we ended up with
2    non-compatible ranges in a value-range equivalences set.  */
code_comment(int size)3 void code_comment (int size)
4 {
5   int i;
6   for (i = 0; i < size; i++)
7     if (i)
8       if (i < 0)
9         if (i < 0)
10           return;
11 }
12