1### Compilation failed: 2 3error: 28: type mismatch: '=' cannot operate on 'int', 'float' 4error: 29: type mismatch: '=' cannot operate on 'uint', 'float' 5error: 30: type mismatch: '=' cannot operate on 'int', 'uint' 6error: 31: type mismatch: '=' cannot operate on 'int', 'float' 7error: 32: type mismatch: '=' cannot operate on 'float', 'int' 8error: 32: function 'f_eq_i_disallowed' can exit without returning a value 9error: 33: type mismatch: '=' cannot operate on 'float', 'uint' 10error: 33: function 'f_eq_u_disallowed' can exit without returning a value 11error: 34: type mismatch: '=' cannot operate on 'uint', 'int' 12error: 35: type mismatch: '=' cannot operate on 'uint', 'float' 13error: 36: type mismatch: '+' cannot operate on 'int', 'float' 14error: 37: type mismatch: '-' cannot operate on 'int', 'float' 15error: 38: type mismatch: '*' cannot operate on 'int', 'float' 16error: 39: type mismatch: '/' cannot operate on 'int', 'float' 17error: 40: type mismatch: '+' cannot operate on 'float', 'int' 18error: 41: type mismatch: '-' cannot operate on 'float', 'int' 19error: 42: type mismatch: '*' cannot operate on 'float', 'int' 20error: 43: type mismatch: '/' cannot operate on 'float', 'int' 21error: 44: type mismatch: '+' cannot operate on 'uint', 'float' 22error: 45: type mismatch: '-' cannot operate on 'uint', 'float' 23error: 46: type mismatch: '*' cannot operate on 'uint', 'float' 24error: 47: type mismatch: '/' cannot operate on 'uint', 'float' 25error: 48: type mismatch: '+' cannot operate on 'float', 'uint' 26error: 49: type mismatch: '-' cannot operate on 'float', 'uint' 27error: 50: type mismatch: '*' cannot operate on 'float', 'uint' 28error: 51: type mismatch: '/' cannot operate on 'float', 'uint' 29error: 52: type mismatch: '+' cannot operate on 'int', 'float' 30error: 53: type mismatch: '-' cannot operate on 'int', 'float' 31error: 54: type mismatch: '*' cannot operate on 'int', 'float' 32error: 55: type mismatch: '/' cannot operate on 'int', 'float' 33error: 56: type mismatch: '+' cannot operate on 'float', 'int' 34error: 57: type mismatch: '-' cannot operate on 'float', 'int' 35error: 58: type mismatch: '*' cannot operate on 'float', 'int' 36error: 59: type mismatch: '/' cannot operate on 'float', 'int' 37error: 60: type mismatch: '+' cannot operate on 'uint', 'float' 38error: 61: type mismatch: '-' cannot operate on 'uint', 'float' 39error: 62: type mismatch: '*' cannot operate on 'uint', 'float' 40error: 63: type mismatch: '/' cannot operate on 'uint', 'float' 41error: 64: type mismatch: '+' cannot operate on 'float', 'uint' 42error: 65: type mismatch: '-' cannot operate on 'float', 'uint' 43error: 66: type mismatch: '*' cannot operate on 'float', 'uint' 44error: 67: type mismatch: '/' cannot operate on 'float', 'uint' 45error: 68: type mismatch: '+' cannot operate on 'int', 'uint' 46error: 69: type mismatch: '-' cannot operate on 'int', 'uint' 47error: 70: type mismatch: '*' cannot operate on 'int', 'uint' 48error: 71: type mismatch: '/' cannot operate on 'int', 'uint' 49error: 72: type mismatch: '+' cannot operate on 'uint', 'int' 50error: 73: type mismatch: '-' cannot operate on 'uint', 'int' 51error: 74: type mismatch: '*' cannot operate on 'uint', 'int' 52error: 75: type mismatch: '/' cannot operate on 'uint', 'int' 5350 errors 54