class CompileError::Modulo::LeftIsNotIntegral {
  static method main : int () {
    0.5 % 2;
  }
}