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