class CompileError::Divide::DivulRightIsNotLong {
  static method main : int () {
    1L div_ulong 3;
  }
}