blob: a7de398462ee98c549cee3d3735a9ed030d7eb31 [file] [log] [blame]
public class pr7912
{
static Cloneable c;
public static void main(String[] args)
{
c = new int[1];
}
}