function initGlobals248() { } function main133() { initGlobals248(); init_Test109(); } function config113() { } function init_Test109() { if (foo281(2) == 2) { testSuccess156(); } else { }; } function foo281(integer blub140) returns integer { if ((blub_140 == 0) or (blub_140 == 1)) { return 1; } else { if (blub_140 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess156() { }