mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 16:35:51 +00:00
5dbc91f572
From-SVN: r58806
9 lines
115 B
Java
9 lines
115 B
Java
public class pr7912
|
|
{
|
|
static Cloneable c;
|
|
public static void main(String[] args)
|
|
{
|
|
c = new int[1];
|
|
}
|
|
}
|