1### Compilation failed: 2 3error: 1: type mismatch: '-' cannot operate on 'float', 'int' 4void main() { 0.5 - 0 * ~0 - half2(0) + 1; } 5 ^^^^^^^^^^^^ 61 error 7