This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use of strings with code points over 0xFF as arguments to "vec"
[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.
fd503f5c
DIM
8########
9# NAME ${^ENCODING}
10${^ENCODING} = undef;
11{ local ${^ENCODING}; }
12${^ENCODING} = 42;
13EXPECT
14${^ENCODING} is no longer supported at - line 3.