This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make source filters work in evalbytes
[perl5.git] / ext / XS-APItest / t / magic_chain.t
CommitLineData
d9088386
Z
1use warnings;
2use strict;
3use Test::More tests => 1;
4
5use XS::APItest;
6
7XS::APItest::test_magic_chain();
8ok 1;
9
101;