class TestReduced {
  boolean bFld;
  int iArrFld[];
  void mainTest(String[] strArr1) {
    int i20 = 8, i21 = 6, i23, i24 = 2;
    for (;;)
      for (; 2 < i21; --i21) {
        i20 <<= 4;
        for (i23 = 1;;) {
          i20 &= i23;
          iArrFld[1] = i24;
          if (bFld)
            break;
          i20 = 2;
        }
      }
  }
  public static void main(String[] strArr) {
    try {
      Test _instance = new Test();
      _instance.mainTest(strArr);
    } catch (Exception ex) {
    }
  }
}
