function initGlobals108() { } function foo239(integer x153) returns integer { return (x_153 + 1); } function main106() { initGlobals108(); init_Test430(); } function config791() { } function init_Test430() { if (foo239(3) == 4) { testSuccess475(); } else { }; } IS_NATIVE function testSuccess475() { }