function initGlobals717() { } function main123() { initGlobals717(); if (foo117(2) == 2) { testSuccess201(); } else { }; } function config432() { } function foo117(integer blub173) returns integer { local integer temp214 temp_214 = blub_173; if ((temp_214 == 0) or (temp_214 == 1)) { return 1; } else { if (temp_214 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess201() { }