array A_nextFree202 integer A_firstFree206 integer A_maxIndex427 array A_i146 integer A_firstFree206 = 0 integer A_maxIndex427 = 0 function initGlobals167() { } function main218() { initGlobals167(); init_test165(); } function config139() { } function init_test165() { local integer a1112 local integer a2929 a1_112 = new_A234(); a2_929 = new_A234(); if (((A_i_146[a1_112] * 1.) / A_i_146[a2_929]) == 1.) { testSuccess132(); } else { }; } IS_NATIVE function testSuccess132() { } function new_A234() returns integer { local integer this978 if (A_firstFree_206 == 0) { if (A_maxIndex_427 < 32768) { A_maxIndex_427 = (A_maxIndex_427 + 1); this_978 = A_maxIndex_427; } else { error676("Out of memory: Could not create A."); this_978 = 0; }; } else { A_firstFree_206 = (A_firstFree_206 - 1); this_978 = A_nextFree_202[A_firstFree_206]; }; A_i_146[this_978] = 2; return this_978; } function error676(string msg210) { $debugPrint192((msg_210 + (" " + #getStackTrace()))); }