This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
TODO tests for reads from a scalar changed to upgraded after open
[perl5.git] / t / lib / croak / mg
CommitLineData
59e38755
TC
1__END__
2# mg.c
3# NAME Perl_magic_setsig
4$SIG{_HUNGRY} = \&mmm_pie;
5warn "Mmm, pie";
6EXPECT
7No such hook: _HUNGRY at - line 2.