Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/perl5/profiletest_runme.pl
2019-08-04 21:38:19 -05:00

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);
}