This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest: Add comprehensive UTF-8 validity tests
[perl5.git] / ext / XS-APItest / t / magic_chain.t
1 use warnings;
2 use strict;
3 use Test::More tests => 1;
4
5 use XS::APItest;
6
7 XS::APItest::test_magic_chain();
8 ok 1;
9
10 1;