brintos

brintos / llvm-project-archived public Read only

0
0
Text · 135 B · 2296fdc Raw
7 lines · c
1for (int c0 = 0; c0 <= M; c0 += 1)2  S1(c0);3for (int c0 = 1; c0 <= M; c0 += 1)4  S2(c0);5for (int c0 = 0; c0 <= M; c0 += 1)6  S3(c0);7