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