function initGlobals130() { } function main157() { initGlobals130(); if (foo977(2) == 2) { testSuccess132(); } else { }; } function config108() { } function foo977(integer blub156) returns integer { local integer temp139 temp_139 = blub_156; if ((temp_139 == 0) or (temp_139 == 1)) { return 1; } else { if (temp_139 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess132() { }