array I_nextFree231 integer I_firstFree504 integer I_maxIndex204 integer wurst_stack_depth344 array wurst_stack388 integer I_firstFree504 = 0 integer I_maxIndex204 = 0 integer wurst_stack_depth344 = 0 function initGlobals149() { } function main241() { initGlobals149(); init_test614("when calling init_test in equality, line 1"); } function config160() { } function init_test614(string __wurst_stackPos641) { local integer this125 local integer this776 local integer this244 wurst_stack_388[wurst_stack_depth_344] = __wurst_stackPos_641; wurst_stack_depth_344 = (wurst_stack_depth_344 + 1); wurst_stack_388[wurst_stack_depth_344] = "when calling new_B in equality, line 10"; wurst_stack_depth_344 = (wurst_stack_depth_344 + 1); wurst_stack_388[wurst_stack_depth_344] = "when calling alloc_B in equality, line 5"; wurst_stack_depth_344 = (wurst_stack_depth_344 + 1); if (I_firstFree_504 == 0) { if (I_maxIndex_204 < 32768) { I_maxIndex_204 = (I_maxIndex_204 + 1); this_125 = I_maxIndex_204; } else { error336("Out of memory: Could not create B.", "when calling error in equality, line 5"); this_125 = 0; }; } else { I_firstFree_504 = (I_firstFree_504 - 1); this_125 = I_nextFree_231[I_firstFree_504]; }; wurst_stack_depth_344 = ((wurst_stack_depth_344 - 1) - 1); wurst_stack_388[wurst_stack_depth_344] = "when calling new_B in equality, line 11"; wurst_stack_depth_344 = (wurst_stack_depth_344 + 1); wurst_stack_388[wurst_stack_depth_344] = "when calling alloc_B in equality, line 5"; wurst_stack_depth_344 = (wurst_stack_depth_344 + 1); if (I_firstFree_504 == 0) { if (I_maxIndex_204 < 32768) { I_maxIndex_204 = (I_maxIndex_204 + 1); this_776 = I_maxIndex_204; } else { error336("Out of memory: Could not create B.", "when calling error in equality, line 5"); this_776 = 0; }; } else { I_firstFree_504 = (I_firstFree_504 - 1); this_776 = I_nextFree_231[I_firstFree_504]; }; wurst_stack_depth_344 = ((wurst_stack_depth_344 - 1) - 1); wurst_stack_388[wurst_stack_depth_344] = "when calling new_C in equality, line 12"; wurst_stack_depth_344 = (wurst_stack_depth_344 + 1); wurst_stack_388[wurst_stack_depth_344] = "when calling alloc_C in equality, line 7"; wurst_stack_depth_344 = (wurst_stack_depth_344 + 1); if (I_firstFree_504 == 0) { if (I_maxIndex_204 < 32768) { I_maxIndex_204 = (I_maxIndex_204 + 1); this_244 = I_maxIndex_204; } else { error336("Out of memory: Could not create C.", "when calling error in equality, line 7"); this_244 = 0; }; } else { I_firstFree_504 = (I_firstFree_504 - 1); this_244 = I_nextFree_231[I_firstFree_504]; }; wurst_stack_depth_344 = ((wurst_stack_depth_344 - 1) - 1); if ((this_125 != this_776) and (this_125 != this_244)) { testSuccess711(); } else { }; wurst_stack_depth_344 = (wurst_stack_depth_344 - 1); } IS_NATIVE function testSuccess711() { } function error336(string msg161, string __wurst_stackPos185) { local integer stacktraceIndex143 local integer stacktraceLimit999 wurst_stack_388[wurst_stack_depth_344] = __wurst_stackPos_185; wurst_stack_depth_344 = (wurst_stack_depth_344 + 1); __wurst_stackPos_185 = ""; stacktraceIndex_143 = wurst_stack_depth_344; stacktraceLimit_999 = 0; loop { stacktraceIndex_143 = (stacktraceIndex_143 - 1); stacktraceLimit_999 = (stacktraceLimit_999 + 1); exitwhen ((stacktraceLimit_999 > 20) or (stacktraceIndex_143 < 0)); __wurst_stackPos_185 = (__wurst_stackPos_185 + (" " + wurst_stack_388[stacktraceIndex_143])); }; $debugPrint203((msg_161 + (" " + __wurst_stackPos_185))); wurst_stack_depth_344 = (wurst_stack_depth_344 - 1); }