blob: b3ca142d944c70daa58f2a4a17996c8e66ac6905 [file] [log] [blame]
for (int c0 = 0; c0 <= 99; c0 += 1) {
A(c0, 0);
A(c0, 1);
B(c0, 0);
B(c0, 1);
}