package p;

class A {
	void x() {
		long much = (long) (2 * Integer.MAX_VALUE) * Integer.MAX_VALUE;
	}
}
