blob: 5b919addb09b03ad9ebc8e27e105d11524ef0309 [file] [log] [blame]
import static C.Z;
public class A {
public static void main(String[] args) {
System.out.println("Z = " + Z);
}
}