package TestCase::CompileError::Assign::NarrwoingConvertionIntToShort {
  sub main : int () {
    my $num : short = 32768;
  }
}