function initGlobals165() { } function main754() { initGlobals165(); if (foo140(2) == 2) { testSuccess170(); } else { }; } function config539() { } function foo140(integer blub160) returns integer { local integer temp363 temp_363 = blub_160; if ((temp_363 == 0) or (temp_363 == 1)) { return 1; } else { return 2; }; } IS_NATIVE function testSuccess170() { }