array A_nextFree162 integer A_firstFree318 integer A_maxIndex469 array A_x204 integer A_firstFree318 = 0 integer A_maxIndex469 = 0 function initGlobals772() { } function main452() { initGlobals772(); init_test308(); } function config941() { } function init_test308() { local integer this150 if (A_firstFree_318 == 0) { if (A_maxIndex_469 < 32768) { A_maxIndex_469 = (A_maxIndex_469 + 1); this_150 = A_maxIndex_469; } else { error748("Out of memory: Could not create A."); this_150 = 0; }; } else { A_firstFree_318 = (A_firstFree_318 - 1); this_150 = A_nextFree_162[A_firstFree_318]; }; A_x_204[this_150] = 1; A_x_204[this_150] = 42; this_150 = (this_150 castTo integer); if (A_x_204[(((2 * this_150) - this_150) castTo integer)] == 42) { testSuccess119(); } else { }; } IS_NATIVE function testSuccess119() { } function error748(string msg483) { $debugPrint210((msg_483 + (" " + #getStackTrace()))); }