class CompileError::Modulo::RemuiRightIsNotInt {
  static method main : int () {
    1 mod_uint 3L;
  }
}