function initGlobals113() { } function main477() { initGlobals113(); init_Test207(); } function config157() { } function init_Test207() { if (foo173(2) == 2) { testSuccess184(); } else { }; } function foo173(integer blub200) returns integer { if ((blub_200 == 0) or (blub_200 == 1)) { return 1; } else { if (blub_200 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess184() { }