blob: bc3a61994d965400fca93a6c8aee4f7d8ec241a1 [file] [log] [blame]
### Compilation failed:
error: 6: type mismatch: '%' cannot operate on 'float', 'float'
void rem() { x = x % y; }
^^^^^
error: 7: type mismatch: '%=' cannot operate on 'float', 'float'
void rem_eq() { x %= y; }
^^^^^^
2 errors