1*a67ac976STobias Grosser for (int c0 = 0; c0 <= max(0, M); c0 += 1) {
252a25237STobias Grosser   if (M >= c0)
352a25237STobias Grosser     S1(c0);
452a25237STobias Grosser   if (c0 == 0)
552a25237STobias Grosser     S2(0);
652a25237STobias Grosser }
7