package TestCase::CompileError::Assign::StringToBytArray {

  sub main : int () {
    my $str : byte[] = "abc";
  }
}