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