Files
ANSLibs/swig-4.3.0/Examples/test-suite/perl5/profiletest_runme.pl

9 lines
148 B
Raku

use profiletest;
$a = profiletestc::new_A();
$b = profiletestc::new_B();
for ($i = 0; $i < 100000; $i++) {
$a = profiletestc::B_fn($b, $a);
}