| ### Compilation failed: |
| |
| error: 28: type mismatch: '=' cannot operate on 'int', 'float' |
| error: 29: type mismatch: '=' cannot operate on 'uint', 'float' |
| error: 30: type mismatch: '=' cannot operate on 'int', 'uint' |
| error: 31: type mismatch: '=' cannot operate on 'int', 'float' |
| error: 32: type mismatch: '=' cannot operate on 'float', 'int' |
| error: 33: type mismatch: '=' cannot operate on 'float', 'uint' |
| error: 34: type mismatch: '=' cannot operate on 'uint', 'int' |
| error: 35: type mismatch: '=' cannot operate on 'uint', 'float' |
| error: 36: type mismatch: '+' cannot operate on 'int', 'float' |
| error: 37: type mismatch: '-' cannot operate on 'int', 'float' |
| error: 38: type mismatch: '*' cannot operate on 'int', 'float' |
| error: 39: type mismatch: '/' cannot operate on 'int', 'float' |
| error: 40: type mismatch: '+' cannot operate on 'float', 'int' |
| error: 41: type mismatch: '-' cannot operate on 'float', 'int' |
| error: 42: type mismatch: '*' cannot operate on 'float', 'int' |
| error: 43: type mismatch: '/' cannot operate on 'float', 'int' |
| error: 44: type mismatch: '+' cannot operate on 'uint', 'float' |
| error: 45: type mismatch: '-' cannot operate on 'uint', 'float' |
| error: 46: type mismatch: '*' cannot operate on 'uint', 'float' |
| error: 47: type mismatch: '/' cannot operate on 'uint', 'float' |
| error: 48: type mismatch: '+' cannot operate on 'float', 'uint' |
| error: 49: type mismatch: '-' cannot operate on 'float', 'uint' |
| error: 50: type mismatch: '*' cannot operate on 'float', 'uint' |
| error: 51: type mismatch: '/' cannot operate on 'float', 'uint' |
| error: 52: type mismatch: '+' cannot operate on 'int', 'float' |
| error: 53: type mismatch: '-' cannot operate on 'int', 'float' |
| error: 54: type mismatch: '*' cannot operate on 'int', 'float' |
| error: 55: type mismatch: '/' cannot operate on 'int', 'float' |
| error: 56: type mismatch: '+' cannot operate on 'float', 'int' |
| error: 57: type mismatch: '-' cannot operate on 'float', 'int' |
| error: 58: type mismatch: '*' cannot operate on 'float', 'int' |
| error: 59: type mismatch: '/' cannot operate on 'float', 'int' |
| error: 60: type mismatch: '+' cannot operate on 'uint', 'float' |
| error: 61: type mismatch: '-' cannot operate on 'uint', 'float' |
| error: 62: type mismatch: '*' cannot operate on 'uint', 'float' |
| error: 63: type mismatch: '/' cannot operate on 'uint', 'float' |
| error: 64: type mismatch: '+' cannot operate on 'float', 'uint' |
| error: 65: type mismatch: '-' cannot operate on 'float', 'uint' |
| error: 66: type mismatch: '*' cannot operate on 'float', 'uint' |
| error: 67: type mismatch: '/' cannot operate on 'float', 'uint' |
| error: 68: type mismatch: '+' cannot operate on 'int', 'uint' |
| error: 69: type mismatch: '-' cannot operate on 'int', 'uint' |
| error: 70: type mismatch: '*' cannot operate on 'int', 'uint' |
| error: 71: type mismatch: '/' cannot operate on 'int', 'uint' |
| error: 72: type mismatch: '+' cannot operate on 'uint', 'int' |
| error: 73: type mismatch: '-' cannot operate on 'uint', 'int' |
| error: 74: type mismatch: '*' cannot operate on 'uint', 'int' |
| error: 75: type mismatch: '/' cannot operate on 'uint', 'int' |
| 48 errors |