From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 class { use TestCase::Precompile; static method main : void () { my $sum = TestCase::Precompile->sum(1, 2); warn "[Test Output]spvm script:precompile.spvm $sum"; }}
class {
use TestCase::Precompile;
static method main : void () {
my $sum = TestCase::Precompile->sum(1, 2);
warn "[Test Output]spvm script:precompile.spvm $sum";
}