7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
# doop.c
|
|
use utf8 ;
|
|
$_ = "\x80 \xff" ;
|
|
chop ;
|
|
EXPECT
|
|
########
|