1 package p;
2 
3 class A {
4 	long much = (long) (2 * Integer.MAX_VALUE) * Integer.MAX_VALUE;
5 }
6