// Illegal to declare an unsized array variable without providing an initializer expression to set its size void foo() { int a[][]; }