use warnings;
use strict;
use Test::More tests => 1;

use XS::APItest;

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

1;
