function initGlobals151() { } function foo859(integer x188) returns integer { return (x_188 + 1); } function main143() { initGlobals151(); init_Test197(); } function config200() { } function init_Test197() { if (foo859(3) == 4) { testSuccess345(); } else { }; } IS_NATIVE function testSuccess345() { }