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