array SimpleFunc_nextFree459 integer SimpleFunc_firstFree876 integer SimpleFunc_maxIndex711 array SimpleFunc_typeId761 array y140 integer SimpleFunc_firstFree876 = 0 integer SimpleFunc_maxIndex711 = 0 function initGlobals838() { } function main107() { initGlobals838(); init_test177(); } function config203() { } function init_test177() { local integer this172 if (SimpleFunc_firstFree_876 == 0) { if (SimpleFunc_maxIndex_711 < 32768) { SimpleFunc_maxIndex_711 = (SimpleFunc_maxIndex_711 + 1); this_172 = SimpleFunc_maxIndex_711; SimpleFunc_typeId_761[this_172] = 2; } else { error112("Out of memory: Could not create SimpleFunc_test."); this_172 = 0; }; } else { SimpleFunc_firstFree_876 = (SimpleFunc_firstFree_876 - 1); this_172 = SimpleFunc_nextFree_459[SimpleFunc_firstFree_876]; SimpleFunc_typeId_761[this_172] = 2; }; y_140[this_172] = 4; if (SimpleFunc_typeId_761[this_172] == 0) { if (this_172 == 0) { error112("Nullpointer exception when calling SimpleFunc.apply"); } else { error112("Called SimpleFunc.apply on invalid object."); }; } else { }; if ((3 + y_140[this_172]) == 7) { testSuccess157(); } else { }; } IS_NATIVE function testSuccess157() { } function error112(string msg264) { $debugPrint172((msg_264 + (" " + #getStackTrace()))); }