1### Compilation failed: 2 3error: 1: unsized arrays are not permitted here 4void func() { float x[2][]; } 5 ^^^^^^^^^^^^ 61 error 7