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