1use Config;
2use Test::More;
3BEGIN { plan skip_all => 'no threads' unless $Config{useithreads} }
4
5plan tests => 1;
6
7use XS::APItest;
8
9ok test_alloccopstash;
10