package p;

public class ArrayLengthAccess {
	private int test=new int[0].length;
}
