Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use strict;
use FindBin;
use lib "$FindBin::Bin/lib";
use SPVM 'BindCLib';
my $total = SPVM::BindCLib->sum([1, 2, 3, 4]);
print "Total: $total\n";