package p;

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