blob: 042e3e77c6c9d3cfbec915225b82db93cf9a92bf [file] [log] [blame]
{
a(0);
for (int c0 = 1; c0 <= 9; c0 += 1) {
b(c0 - 1);
a(c0);
}
b(9);
}