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