function initGlobals700() { } function main180() { initGlobals700(); init_Test211(); } function config977() { } function init_Test211() { if (foo188(2) == 2) { testSuccess140(); } else { }; } function foo188(integer blub112) returns integer { local integer temp112 temp_112 = blub_112; if ((temp_112 == 0) or (temp_112 == 1)) { return 1; } else { return 2; }; return 3; } IS_NATIVE function testSuccess140() { }