From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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