function initGlobals160() { } function foo136(integer x280) returns integer { return (x_280 + 1); } function main182() { initGlobals160(); init_Test423(); } function config300() { } function init_Test423() { if (foo136(3) == 4) { testSuccess241(); } else { }; } IS_NATIVE function testSuccess241() { }