array I_nextFree121 integer I_firstFree570 integer I_maxIndex691 integer wurst_stack_depth318 array wurst_stack718 integer I_firstFree570 = 0 integer I_maxIndex691 = 0 integer wurst_stack_depth318 = 0 function initGlobals257() { } function main183() { initGlobals257(); init_test881("when calling init_test in inequality, line 1"); } function config310() { } function init_test881(string __wurst_stackPos108) { local integer this744 local integer this155 local integer this989 wurst_stack_718[wurst_stack_depth_318] = __wurst_stackPos_108; wurst_stack_depth_318 = (wurst_stack_depth_318 + 1); wurst_stack_718[wurst_stack_depth_318] = "when calling new_B in inequality, line 10"; wurst_stack_depth_318 = (wurst_stack_depth_318 + 1); wurst_stack_718[wurst_stack_depth_318] = "when calling alloc_B in inequality, line 5"; wurst_stack_depth_318 = (wurst_stack_depth_318 + 1); if (I_firstFree_570 == 0) { if (I_maxIndex_691 < 32768) { I_maxIndex_691 = (I_maxIndex_691 + 1); this_744 = I_maxIndex_691; } else { error206("Out of memory: Could not create B.", "when calling error in inequality, line 5"); this_744 = 0; }; } else { I_firstFree_570 = (I_firstFree_570 - 1); this_744 = I_nextFree_121[I_firstFree_570]; }; wurst_stack_depth_318 = ((wurst_stack_depth_318 - 1) - 1); wurst_stack_718[wurst_stack_depth_318] = "when calling new_B in inequality, line 11"; wurst_stack_depth_318 = (wurst_stack_depth_318 + 1); wurst_stack_718[wurst_stack_depth_318] = "when calling alloc_B in inequality, line 5"; wurst_stack_depth_318 = (wurst_stack_depth_318 + 1); if (I_firstFree_570 == 0) { if (I_maxIndex_691 < 32768) { I_maxIndex_691 = (I_maxIndex_691 + 1); this_155 = I_maxIndex_691; } else { error206("Out of memory: Could not create B.", "when calling error in inequality, line 5"); this_155 = 0; }; } else { I_firstFree_570 = (I_firstFree_570 - 1); this_155 = I_nextFree_121[I_firstFree_570]; }; wurst_stack_depth_318 = ((wurst_stack_depth_318 - 1) - 1); wurst_stack_718[wurst_stack_depth_318] = "when calling new_C in inequality, line 12"; wurst_stack_depth_318 = (wurst_stack_depth_318 + 1); wurst_stack_718[wurst_stack_depth_318] = "when calling alloc_C in inequality, line 7"; wurst_stack_depth_318 = (wurst_stack_depth_318 + 1); if (I_firstFree_570 == 0) { if (I_maxIndex_691 < 32768) { I_maxIndex_691 = (I_maxIndex_691 + 1); this_989 = I_maxIndex_691; } else { error206("Out of memory: Could not create C.", "when calling error in inequality, line 7"); this_989 = 0; }; } else { I_firstFree_570 = (I_firstFree_570 - 1); this_989 = I_nextFree_121[I_firstFree_570]; }; wurst_stack_depth_318 = ((wurst_stack_depth_318 - 1) - 1); if ((this_744 != this_155) and (this_744 != this_989)) { testSuccess143(); } else { }; wurst_stack_depth_318 = (wurst_stack_depth_318 - 1); } IS_NATIVE function testSuccess143() { } function error206(string msg796, string __wurst_stackPos874) { local integer stacktraceIndex112 local integer stacktraceLimit177 wurst_stack_718[wurst_stack_depth_318] = __wurst_stackPos_874; wurst_stack_depth_318 = (wurst_stack_depth_318 + 1); __wurst_stackPos_874 = ""; stacktraceIndex_112 = wurst_stack_depth_318; stacktraceLimit_177 = 0; loop { stacktraceIndex_112 = (stacktraceIndex_112 - 1); stacktraceLimit_177 = (stacktraceLimit_177 + 1); exitwhen ((stacktraceLimit_177 > 20) or (stacktraceIndex_112 < 0)); __wurst_stackPos_874 = (__wurst_stackPos_874 + (" " + wurst_stack_718[stacktraceIndex_112])); }; $debugPrint838((msg_796 + (" " + __wurst_stackPos_874))); wurst_stack_depth_318 = (wurst_stack_depth_318 - 1); }