class TestCase::CompileError::Divide::DivulLeftIsNotLong {
  static method main : int () {
    1 divul 3L;
  }
}