package TestCase::CompileError::Assign::NarrwoingConvertionIntToByte {
  sub main : int () {
    my $num : byte = 128;
  }
}