class TestCase::CompileError::Remainder::RemuiRightIsNotInt {
  static method main : int () {
    1 remui 3L;
  }
}