This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
YA resync with mainstem, including VMS patches from others
[perl5.git] / t / pragma / warn / doop
CommitLineData
0453d815
PM
1# doop.c
2use utf8 ;
3$_ = "\x80 \xff" ;
4chop ;
5EXPECT
0453d815 6########