blob: 020573503a77b6898f1147feff73f1dda107dbb5 [file] [log] [blame]
for (int c0 = 0; c0 <= 10; c0 += 1) {
S0(c0);
S1(c0);
if (c0 == 5)
S2();
}