blob: 087eea4639058dd9b02b7644a6cd8816c78f1ffb [file] [log] [blame]
catch { load ./profiletest[info sharedlibextension] profiletest}
set a [new_A]
set b [new_B]
for {set i 0} {$i < 1000000} {incr i 1} {
set a [B_fn $b $a]
}