array A_nextFree154 integer A_firstFree961 integer A_maxIndex189 array A_typeId196 integer A_firstFree961 = 0 integer A_maxIndex189 = 0 function initGlobals101() { } function main111() { local integer instanceOfTemp377 initGlobals101(); instanceOfTemp_377 = A_typeId_196[new_B2a175()]; if ((instanceOfTemp_377 >= 2) and (instanceOfTemp_377 <= 10)) { testSuccess154(); } else { }; } function config164() { } IS_NATIVE function testSuccess154() { } function new_B2a175() returns integer { local integer this317 if (A_firstFree_961 == 0) { if (A_maxIndex_189 < 32768) { A_maxIndex_189 = (A_maxIndex_189 + 1); this_317 = A_maxIndex_189; A_typeId_196[this_317] = 5; } else { error956("Out of memory: Could not create B2a."); this_317 = 0; }; } else { A_firstFree_961 = (A_firstFree_961 - 1); this_317 = A_nextFree_154[A_firstFree_961]; A_typeId_196[this_317] = 5; }; return this_317; } function error956(string msg107) { $debugPrint182((msg_107 + (" " + #getStackTrace()))); }