summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/XS-APItest/t/magic_chain.t
blob: 3c24853e87be22107b25f67467579b2809d7cb98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
use warnings;
use strict;
use Test::More tests => 1;

use XS::APItest;

XS::APItest::test_magic_chain();
ok 1;

1;