The following should panic for integers: * ~~`neg(MIN)`~~ * `div(MIN, -1)` * `rem(MIN, -1)` * `div(x, 0)` * `rem(x, 0)`