public class Reduced {
    static long x;
    static int iFld, z;

    static void test() {
        int i = 5, j, iArr[] = new int[40];
        while (i > 0) {
            for (j = i; 1 > j; ++j) {
                try {
                    iArr[j] = 0;
                    iArr[1] = iFld = 0;
                } catch (ArithmeticException a_e) {
                }
                switch (i) {
                    case 4:
                    case 43:
                        z = j;
                }

            }
        }
    }

    public static void main(String[] strArr) {
        test();
    }
}
