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