xref: /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/APItest_BS (revision 5759b3d249badf144a6240f7eec4dcf9df003e6b)
1#
2# test that non-empty .bs files get executed (but only once)
3
4$bscode = <<'EOF';
5$::bs_file_got_executed++;
6EOF
7
8