package p;

class A {
	static final long CONST = 2;
	
	long much = CONST * Integer.MAX_VALUE;
}
