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