1use warnings; 2use strict; 3use Test::More tests => 1; 4 5use XS::APItest; 6 7XS::APItest::test_magic_chain(); 8ok 1; 9 101; 11