function initGlobals719() { } function main603() { initGlobals719(); init_Test196(); } function config706() { } function init_Test196() { if (foo133(2) == 2) { testSuccess189(); } else { }; } function foo133(integer blub526) returns integer { local integer temp581 temp_581 = blub_526; if ((temp_581 == 0) or (temp_581 == 1)) { return 1; } else { if (temp_581 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess189() { }