array I_nextFree822 integer I_firstFree155 integer I_maxIndex485 integer wurst_stack_depth238 array wurst_stack156 integer I_firstFree155 = 0 integer I_maxIndex485 = 0 integer wurst_stack_depth238 = 0 function initGlobals574() { } function main138() { initGlobals574(); init_test173("when calling init_test in inequality, line 1"); } function config110() { } function init_test173(string __wurst_stackPos119) { local integer this210 local integer this153 local integer this166 wurst_stack_156[wurst_stack_depth_238] = __wurst_stackPos_119; wurst_stack_depth_238 = (wurst_stack_depth_238 + 1); wurst_stack_156[wurst_stack_depth_238] = "when calling new_B in inequality, line 10"; wurst_stack_depth_238 = (wurst_stack_depth_238 + 1); wurst_stack_156[wurst_stack_depth_238] = "when calling alloc_B in inequality, line 5"; wurst_stack_depth_238 = (wurst_stack_depth_238 + 1); if (I_firstFree_155 == 0) { if (I_maxIndex_485 < 32768) { I_maxIndex_485 = (I_maxIndex_485 + 1); this_210 = I_maxIndex_485; } else { error468("Out of memory: Could not create B.", "when calling error in inequality, line 5"); this_210 = 0; }; } else { I_firstFree_155 = (I_firstFree_155 - 1); this_210 = I_nextFree_822[I_firstFree_155]; }; wurst_stack_depth_238 = ((wurst_stack_depth_238 - 1) - 1); wurst_stack_156[wurst_stack_depth_238] = "when calling new_B in inequality, line 11"; wurst_stack_depth_238 = (wurst_stack_depth_238 + 1); wurst_stack_156[wurst_stack_depth_238] = "when calling alloc_B in inequality, line 5"; wurst_stack_depth_238 = (wurst_stack_depth_238 + 1); if (I_firstFree_155 == 0) { if (I_maxIndex_485 < 32768) { I_maxIndex_485 = (I_maxIndex_485 + 1); this_153 = I_maxIndex_485; } else { error468("Out of memory: Could not create B.", "when calling error in inequality, line 5"); this_153 = 0; }; } else { I_firstFree_155 = (I_firstFree_155 - 1); this_153 = I_nextFree_822[I_firstFree_155]; }; wurst_stack_depth_238 = ((wurst_stack_depth_238 - 1) - 1); wurst_stack_156[wurst_stack_depth_238] = "when calling new_C in inequality, line 12"; wurst_stack_depth_238 = (wurst_stack_depth_238 + 1); wurst_stack_156[wurst_stack_depth_238] = "when calling alloc_C in inequality, line 7"; wurst_stack_depth_238 = (wurst_stack_depth_238 + 1); if (I_firstFree_155 == 0) { if (I_maxIndex_485 < 32768) { I_maxIndex_485 = (I_maxIndex_485 + 1); this_166 = I_maxIndex_485; } else { error468("Out of memory: Could not create C.", "when calling error in inequality, line 7"); this_166 = 0; }; } else { I_firstFree_155 = (I_firstFree_155 - 1); this_166 = I_nextFree_822[I_firstFree_155]; }; wurst_stack_depth_238 = ((wurst_stack_depth_238 - 1) - 1); if ((this_210 != this_153) and (this_210 != this_166)) { testSuccess875(); } else { }; wurst_stack_depth_238 = (wurst_stack_depth_238 - 1); } IS_NATIVE function testSuccess875() { } function error468(string msg110, string __wurst_stackPos557) { local integer stacktraceIndex472 local integer stacktraceLimit131 wurst_stack_156[wurst_stack_depth_238] = __wurst_stackPos_557; wurst_stack_depth_238 = (wurst_stack_depth_238 + 1); __wurst_stackPos_557 = ""; stacktraceIndex_472 = wurst_stack_depth_238; stacktraceLimit_131 = 0; loop { stacktraceIndex_472 = (stacktraceIndex_472 - 1); stacktraceLimit_131 = (stacktraceLimit_131 + 1); exitwhen ((stacktraceLimit_131 > 20) or (stacktraceIndex_472 < 0)); __wurst_stackPos_557 = (__wurst_stackPos_557 + (" " + wurst_stack_156[stacktraceIndex_472])); }; $debugPrint198((msg_110 + (" " + __wurst_stackPos_557))); wurst_stack_depth_238 = (wurst_stack_depth_238 - 1); }