summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t/copyhints.t
blob: cf6abfd69dc59b5cee540692e724cdaadf358365 (plain)
1
2
3
4
5
6
7
8
9
10
use warnings;
use strict;
use Test::More tests => 1;

use XS::APItest;

BEGIN { XS::APItest::test_copyhints(); }
ok 1;

1;