# encoding: Cyrillic
# This file is encoded in Cyrillic.
die
"This file is not encoded in Cyrillic.\n"
if
q{ }
ne
"\x82\xa0"
;
use
Cyrillic;
"1..1\n"
;
my
$__FILE__
= __FILE__;
# Cüq C<i>, C<I> ¨æÑ C<j> ÍAC<\p{}>, C<\P{}>, POSIX C<[: :]>.
# (á¦Î C<\p{IsLower}>, C<[:lower:]> ÈÇ) ÉÍìpµÜ¹ñB
# »Ì½ßAC<re('\p{Lower}', 'iI')> ÌãíèÉ
# C<re('\p{Alpha}')> ðgpµÄ¾³¢B
# Sjis \tgEFAÉ C<\p{}>, C<\P{}>, POSIX C<[: :]> Ì@\ªàÆàƶݵȢB
"ok - 1 $^X $__FILE__ (NULL)\n"
;
__END__