function initGlobals209() { } function main361() { initGlobals209(); init_Test120(); } function config122() { } function init_Test120() { if (foo810(2) == 2) { testSuccess769(); } else { }; } function foo810(integer blub136) returns integer { local integer temp361 temp_361 = blub_136; if ((temp_361 == 0) or (temp_361 == 1)) { return 1; } else { return 2; }; } IS_NATIVE function testSuccess769() { }