1### Compilation failed: 2 3error: 3: unsized arrays are not permitted here 4 case 0: short[] x; 5 ^^^^^^^^^ 6error: 4: unsized arrays are not permitted here 7 int[] a = x; 8 ^^^^^^^^^^^ 9error: 3: unsized arrays are not permitted here 10 case 0: short[] x; 11 ^^^^^^^^^ 12error: 4: unsized arrays are not permitted here 13 int[] a = x; 14 ^^^^^^^^^^^ 154 errors 16