Home | History | Annotate | Line # | Download | only in codegen
      1 a(0);
      2 for (int c0 = 1; c0 <= 9; c0 += 1) {
      3   a(c0);
      4   b(c0 - 1);
      5 }
      6 b(9);
      7