Adds a diagnostic for division by the integer zero in `//`, `/`, and `%`. Doesn't handle `<int> / 0.0` because we don't track the values of float literals.
Adds a diagnostic for division by the integer zero in `//`, `/`, and `%`. Doesn't handle `<int> / 0.0` because we don't track the values of float literals.