function initGlobals206() { } function main891() { initGlobals206(); init_Test446(); } function config590() { } function init_Test446() { if (foo522(2) == 2) { testSuccess149(); } else { }; } function foo522(integer blub344) returns integer { local integer temp859 temp_859 = blub_344; if ((temp_859 == 0) or (temp_859 == 1)) { return 1; } else { return 2; }; return 3; } IS_NATIVE function testSuccess149() { }