function initGlobals178() { } function main424() { initGlobals178(); init_test964(); } function config814() { } function init_test964() { foo111(3); foo111(4); } function foo111(integer x296) returns integer { if (x_296 > 0) { return x_296; } else { return (- x_296); }; }