This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #38464] chdir() on closed handles
[perl5.git] / t / lib / warnings / doop
1 # doop.c
2 use utf8 ;
3 $_ = "\x80  \xff" ;
4 chop ;
5 EXPECT
6 ########