Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/test-suite/perl5/profiletest_runme.pl
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06: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);
}