integer wurst_stack_depth396 = 0 function initGlobals143() { } function main961() { initGlobals143(); init_test200(); } function config434() { } function init_test200() { foo149(3); foo149(4); } function foo149(integer x174) returns integer { if (x_174 > 0) { return x_174; } else { return (- x_174); }; }