public class PR374
{
  Object a, b[], c[];

  public void foo ()
  {
    c = new Object[10];
  }
}