array Pair_nextFree126 integer Pair_firstFree723 integer Pair_maxIndex358 array Pair_a299 integer Pair_firstFree723 = 0 integer Pair_maxIndex358 = 0 function initGlobals991() { } function main555() { initGlobals991(); init_test316(); } function config181() { } function init_test316() { local integer a479 local integer this307 local integer this966 local integer this610 local integer a148 local integer this639 local integer a469 a_479 = 2; if (Pair_firstFree_723 == 0) { if (Pair_maxIndex_358 < 32768) { Pair_maxIndex_358 = (Pair_maxIndex_358 + 1); this_966 = Pair_maxIndex_358; } else { error402("Out of memory: Could not create OtherPair."); this_966 = 0; }; } else { Pair_firstFree_723 = (Pair_firstFree_723 - 1); this_966 = Pair_nextFree_126[Pair_firstFree_723]; }; this_307 = this_966; this_610 = this_307; a_148 = a_479; this_639 = this_610; a_469 = a_148; Pair_a_299[this_639] = a_469; if (Pair_a_299[this_307] == 2) { testSuccess121(); } else { }; } IS_NATIVE function testSuccess121() { } function error402(string msg461) { $debugPrint198((msg_461 + (" " + #getStackTrace()))); }