blob: 6d6b96a93d9e4c23896555bfbbdd0f353d8cee32 [file] [log] [blame]
package p3;
import p1.C;
public class E {
static int e= 1 + C.CONSTANT;
}