function initGlobals739() { } function main309() { initGlobals739(); if (foo573(2) == 2) { testSuccess938(); } else { }; } function config163() { } function foo573(integer blub583) returns integer { local integer temp147 temp_147 = blub_583; if ((temp_147 == 0) or (temp_147 == 1)) { return 1; } else { return 2; }; return 3; } IS_NATIVE function testSuccess938() { }