The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

# Test handling of XSUBs in pp_entersub

use Test::More tests => 1;
use XS::APItest;

$ref = XS::APItest::newRV($_+1);
is \$$ref, $ref, 'XSUBs do not get to see PADTMPs';