Last updated 4 years ago
The size of an can't be a value of zero or a negative number.
Possible solutions: use a valid positive number greater than 0:
0@(1@,0i) = 0 // error 0@(1@,-1i) = 0 // error 0@(1@,1i) = 0 // OK