This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
TODO test for $AUTOLOAD with XS AUTOLOAD
[perl5.git] / ext / XS-APItest / t / copyhints.t
CommitLineData
defdfed5
Z
1use warnings;
2use strict;
3use Test::More tests => 1;
4
5use XS::APItest;
6
7BEGIN { XS::APItest::test_copyhints(); }
8ok 1;
9
101;