array C_nextFree651 integer C_firstFree143 integer C_maxIndex133 integer C_firstFree143 = 0 integer C_maxIndex133 = 0 function initGlobals213() { } function main412() { local integer a373 initGlobals213(); a_373 = new_C809(); if (a_373 == a_373) { testSuccess470(); } else { }; } function config174() { } IS_NATIVE function testSuccess470() { } function new_C809() returns integer { local integer this175 if (C_firstFree_143 == 0) { if (C_maxIndex_133 < 32768) { C_maxIndex_133 = (C_maxIndex_133 + 1); this_175 = C_maxIndex_133; } else { error112("Out of memory: Could not create C."); this_175 = 0; }; } else { C_firstFree_143 = (C_firstFree_143 - 1); this_175 = C_nextFree_651[C_firstFree_143]; }; return this_175; } function error112(string msg529) { $debugPrint741((msg_529 + (" " + #getStackTrace()))); }