mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 06:58:53 +08:00
10 lines
99 B
Java
10 lines
99 B
Java
|
public class PR374
|
||
|
{
|
||
|
Object a, b[], c[];
|
||
|
|
||
|
public void foo ()
|
||
|
{
|
||
|
c = new Object[10];
|
||
|
}
|
||
|
}
|