1### Compilation failed: 2 3error: 1: type mismatch: '+' cannot operate on 'bool', 'bool' 4error: 2: type mismatch: '-' cannot operate on 'bool', 'bool' 5error: 3: type mismatch: '*' cannot operate on 'bool', 'bool' 6error: 4: type mismatch: '/' cannot operate on 'bool', 'bool' 7error: 5: type mismatch: '%' cannot operate on 'bool', 'bool' 8error: 6: type mismatch: '<<' cannot operate on 'bool', 'bool' 9error: 7: type mismatch: '>>' cannot operate on 'bool', 'bool' 10error: 8: '-' cannot operate on 'bool' 11error: 9: '~' cannot operate on 'bool' 12error: 10: type mismatch: '&' cannot operate on 'bool', 'bool' 13error: 11: type mismatch: '|' cannot operate on 'bool', 'bool' 14error: 12: type mismatch: '^' cannot operate on 'bool', 'bool' 15error: 14: type mismatch: '+' cannot operate on 'bool2', 'bool2' 16error: 15: type mismatch: '-' cannot operate on 'bool2', 'bool2' 17error: 16: type mismatch: '*' cannot operate on 'bool2', 'bool2' 18error: 17: type mismatch: '/' cannot operate on 'bool2', 'bool2' 19error: 18: type mismatch: '%' cannot operate on 'bool2', 'bool2' 20error: 19: type mismatch: '<<' cannot operate on 'bool2', 'bool2' 21error: 20: type mismatch: '>>' cannot operate on 'bool2', 'bool2' 22error: 21: '!' cannot operate on 'bool2' 23error: 22: '-' cannot operate on 'bool2' 24error: 23: '~' cannot operate on 'bool2' 25error: 24: type mismatch: '&' cannot operate on 'bool2', 'bool2' 26error: 25: type mismatch: '|' cannot operate on 'bool2', 'bool2' 27error: 26: type mismatch: '^' cannot operate on 'bool2', 'bool2' 2825 errors 29