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