function initGlobals119() { } function main105() { initGlobals119(); if (foo204(2) == 2) { testSuccess478(); } else { }; } function config102() { } function foo204(integer blub162) returns integer { local integer temp517 temp_517 = blub_162; if ((temp_517 == 0) or (temp_517 == 1)) { return 1; } else { if (temp_517 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess478() { }