2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-22 17:29:57 +08:00
gcc/libjava/testsuite/libjava.compile/PR374.java

10 lines
99 B
Java
Raw Normal View History

public class PR374
{
Object a, b[], c[];
public void foo ()
{
c = new Object[10];
}
}