This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add variant_under_utf8_count() core function
[perl5.git] / ext / XS-APItest / APItest_BS
1 #
2 # test that non-empty .bs files get executed (but only once)
3
4 $bscode = <<'EOF';
5 $::bs_file_got_executed++;
6 EOF
7