1 2 3 4 5 6 7 8
public class pr7912 { static Cloneable c; public static void main(String[] args) { c = new int[1]; } }