array A_nextFree144 integer A_firstFree202 integer A_maxIndex106 array A_x126 integer A_firstFree202 = 0 integer A_maxIndex106 = 0 function initGlobals191() { } function main934() { initGlobals191(); init_test158(); } function config785() { } function init_test158() { local integer a956 local integer b999 local integer i138 local integer j874 local integer x810 local integer this117 local integer this329 local integer this442 local integer x206 local integer this109 local integer x111 local integer this202 local integer this154 local integer this140 local integer x723 local integer this177 x_810 = 42; if (A_firstFree_202 == 0) { if (A_maxIndex_106 < 32768) { A_maxIndex_106 = (A_maxIndex_106 + 1); this_329 = A_maxIndex_106; } else { error398("Out of memory: Could not create A."); this_329 = 0; }; } else { A_firstFree_202 = (A_firstFree_202 - 1); this_329 = A_nextFree_144[A_firstFree_202]; }; this_117 = this_329; this_442 = this_117; x_206 = x_810; this_109 = this_442; A_x_126[this_109] = 1; A_x_126[this_442] = x_206; a_956 = this_117; x_111 = 43; if (A_firstFree_202 == 0) { if (A_maxIndex_106 < 32768) { A_maxIndex_106 = (A_maxIndex_106 + 1); this_154 = A_maxIndex_106; } else { error398("Out of memory: Could not create A."); this_154 = 0; }; } else { A_firstFree_202 = (A_firstFree_202 - 1); this_154 = A_nextFree_144[A_firstFree_202]; }; this_202 = this_154; this_140 = this_202; x_723 = x_111; this_177 = this_140; A_x_126[this_177] = 1; A_x_126[this_140] = x_723; b_999 = this_202; i_138 = (a_956 castTo integer); j_874 = (b_999 castTo integer); if (A_x_126[(((((2 * i_138) + j_874) - j_874) - i_138) castTo integer)] == 42) { testSuccess848(); } else { }; } IS_NATIVE function testSuccess848() { } function error398(string msg209) { $debugPrint175((msg_209 + (" " + #getStackTrace()))); }