function initGlobals135() { } function main105() { initGlobals135(); if (foo791(2) == 2) { testSuccess799(); } else { }; } function config203() { } function foo791(integer blub180) returns integer { local integer temp350 temp_350 = blub_180; if ((temp_350 == 0) or (temp_350 == 1)) { return 1; } else { return 2; }; } IS_NATIVE function testSuccess799() { }