package p;

class A {
	private static final int[] m = new int[10];
    void foo() {
        m[0] = 0;
    }
}