public class Test
{
  public static int bor = 0;
  
  public static void main(String... args) {
    for (;;) {
      test(args.length);
    }
  }
  
  public static void test(int d) {
      bor = (int)(Integer)d+d;
  }
}
c1_1-Test.test(I)V
c2_1-Test.test(I)V
opt-Test.test(I)V