// Arrays with unsized dimensions in dimensions after the first one are illegal in function parameter lists void func(int a[1][]) { }