array A_nextFree211 integer A_firstFree147 integer A_maxIndex453 array A_typeId304 integer A_firstFree147 = 0 integer A_maxIndex453 = 0 function initGlobals114() { } function main209() { local integer instanceOfTemp871 initGlobals114(); instanceOfTemp_871 = A_typeId_304[new_C189()]; if ((instanceOfTemp_871 >= 2) and (instanceOfTemp_871 <= 3)) { testSuccess130(); } else { }; } function config136() { } IS_NATIVE function testSuccess130() { } function new_C189() returns integer { local integer this183 if (A_firstFree_147 == 0) { if (A_maxIndex_453 < 32768) { A_maxIndex_453 = (A_maxIndex_453 + 1); this_183 = A_maxIndex_453; A_typeId_304[this_183] = 3; } else { error800("Out of memory: Could not create C."); this_183 = 0; }; } else { A_firstFree_147 = (A_firstFree_147 - 1); this_183 = A_nextFree_211[A_firstFree_147]; A_typeId_304[this_183] = 3; }; return this_183; } function error800(string msg109) { $debugPrint918((msg_109 + (" " + #getStackTrace()))); }