function initGlobals160() { } function foo120(integer x221) returns integer { return (x_221 + 1); } function main836() { initGlobals160(); init_Test269(); } function config100() { } function init_Test269() { if (foo120(3) == 4) { testSuccess190(); } else { }; } IS_NATIVE function testSuccess190() { }