function initGlobals162() { } function main175() { initGlobals162(); init_Test196(); } function config182() { } function init_Test196() { if (foo351(2) == 2) { testSuccess129(); } else { }; } function foo351(integer blub444) returns integer { local integer temp182 temp_182 = blub_444; if ((temp_182 == 0) or (temp_182 == 1)) { return 1; } else { return 2; }; return 3; } IS_NATIVE function testSuccess129() { }