class X {{ int[] a = new int[3]; for (int i = 0; i < a.length; ++i) { a[i] = 1; } }}