BEGIN { skip "incompatible starting with 5.20.0" if $^V ge v5.20.0 } # omit
no warnings 'deprecated'; # omit
my $val = do some_sub_name(1, 2)
