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

class {
use TestCase::Precompile;
static method main : void () {
my $sum = TestCase::Precompile->sum(1, 2);
warn "[Test Output]spvm script:precompile.spvm $sum";
}
}