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 / Sans_mypragma.pm
1 package Sans_mypragma;
2
3 sub affected {
4     mypragma::in_effect();
5 }
6
7 1;