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