1### Compilation failed:
2
3error: 1: variables of type 'void' are not allowed
4void j = half[4](float[4](5,2,3,1));
5^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6error: 1: expected 'void', but found 'half[4]'
7void j = half[4](float[4](5,2,3,1));
8 ^^^^^^^^^^^^^^^^^^^^^^^^^^
92 errors
10