This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #94390] Optimised numeric sort should warn for nan
[perl5.git] / t / lib / warnings / doop
CommitLineData
0453d815
PM
1# doop.c
2use utf8 ;
3$_ = "\x80 \xff" ;
4chop ;
5EXPECT
0453d815 6########