use lib "t/testlib";
use strict;
use Test::More tests => 1;
use SPVM 'EmptyClass';
ok(1);
done_testing;