function initGlobals662() { } function main157() { initGlobals662(); if (foo308(2) == 2) { testSuccess577(); } else { }; } function config206() { } function foo308(integer blub212) returns integer { local integer temp170 temp_170 = blub_212; if ((temp_170 == 0) or (temp_170 == 1)) { return 1; } else { return 2; }; return 3; } IS_NATIVE function testSuccess577() { }