package TestCase::CompileError::OArray::AssignNumeric {
  sub error : void () {
    my $obj_elems : oarray = 1;
  }
}