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
CommitLineData
2e6f1ae9 1#
fc9d6b91 2# test that non-empty .bs files get executed (but only once)
2e6f1ae9
DM
3
4$bscode = <<'EOF';
fc9d6b91 5$::bs_file_got_executed++;
2e6f1ae9
DM
6EOF
7