]> git.vpit.fr Git - perl/modules/indirect.git/blob - t/lib/indirect/Test3.pm
Make sure we don't take the OP_REFCNT mutex twice on perl 5.9.2 and below
[perl/modules/indirect.git] / t / lib / indirect / Test3.pm
1 no indirect ":fatal";
2 my $x;
3 if ($x) {
4 my $y = qq{abcdef
5  @{[new $x]}
6  };
7 }
8 1;