array Pair_nextFree141 integer Pair_firstFree164 integer Pair_maxIndex131 array Pair_a169 integer Pair_firstFree164 = 0 integer Pair_maxIndex131 = 0 function initGlobals128() { } function main208() { initGlobals128(); init_test112(); } function config219() { } function init_test112() { local integer a108 local integer this295 local integer this108 local integer this115 local integer a767 local integer this831 local integer a651 a_108 = 2; if (Pair_firstFree_164 == 0) { if (Pair_maxIndex_131 < 32768) { Pair_maxIndex_131 = (Pair_maxIndex_131 + 1); this_108 = Pair_maxIndex_131; } else { error958("Out of memory: Could not create OtherPair."); this_108 = 0; }; } else { Pair_firstFree_164 = (Pair_firstFree_164 - 1); this_108 = Pair_nextFree_141[Pair_firstFree_164]; }; this_295 = this_108; this_115 = this_295; a_767 = a_108; this_831 = this_115; a_651 = a_767; Pair_a_169[this_831] = a_651; if (Pair_a_169[this_295] == 2) { testSuccess135(); } else { }; } IS_NATIVE function testSuccess135() { } function error958(string msg152) { $debugPrint105((msg_152 + (" " + #getStackTrace()))); }