7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
void j = half[4](float[4](5,2,3,1));
|
|
|
|
/*%%*
|
|
variables of type 'void' are not allowed
|
|
expected 'void', but found 'half[4]'
|
|
*%%*/
|