array A_nextFree151 integer A_firstFree156 integer A_maxIndex282 array A_x274 integer A_firstFree156 = 0 integer A_maxIndex282 = 0 function initGlobals185() { } function main984() { initGlobals185(); init_test150(); } function config161() { } function init_test150() { local integer i125 local integer this502 if (A_firstFree_156 == 0) { if (A_maxIndex_282 < 32768) { A_maxIndex_282 = (A_maxIndex_282 + 1); i_125 = A_maxIndex_282; } else { error324("Out of memory: Could not create A."); i_125 = 0; }; } else { A_firstFree_156 = (A_firstFree_156 - 1); i_125 = A_nextFree_151[A_firstFree_156]; }; A_x_274[i_125] = 1; A_x_274[i_125] = 42; if (A_firstFree_156 == 0) { if (A_maxIndex_282 < 32768) { A_maxIndex_282 = (A_maxIndex_282 + 1); this_502 = A_maxIndex_282; } else { error324("Out of memory: Could not create A."); this_502 = 0; }; } else { A_firstFree_156 = (A_firstFree_156 - 1); this_502 = A_nextFree_151[A_firstFree_156]; }; A_x_274[this_502] = 1; A_x_274[this_502] = 43; i_125 = (i_125 castTo integer); this_502 = (this_502 castTo integer); if (A_x_274[(((((2 * i_125) + this_502) - this_502) - i_125) castTo integer)] == 42) { testSuccess717(); } else { }; } IS_NATIVE function testSuccess717() { } function error324(string msg102) { $debugPrint941((msg_102 + (" " + #getStackTrace()))); }