function initGlobals139() { } function main144() { initGlobals139(); init_Test135(); } function config162() { } function init_Test135() { if (foo154(2) == 2) { testSuccess182(); } else { }; } function foo154(integer blub238) returns integer { local integer temp147 temp_147 = blub_238; if ((temp_147 == 0) or (temp_147 == 1)) { return 1; } else { return 2; }; } IS_NATIVE function testSuccess182() { }