function initGlobals791() { } function main203() { initGlobals791(); init_Test799(); } function config350() { } function init_Test799() { if (foo105(2) == 2) { testSuccess115(); } else { }; } function foo105(integer blub109) returns integer { local integer temp198 temp_198 = blub_109; if ((temp_198 == 0) or (temp_198 == 1)) { return 1; } else { if (temp_198 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess115() { }