function initGlobals990() { } function main695() { initGlobals990(); init_Test119(); } function config327() { } function init_Test119() { if (foo132(2) == 2) { testSuccess446(); } else { }; } function foo132(integer blub132) returns integer { if ((blub_132 == 0) or (blub_132 == 1)) { return 1; } else { if (blub_132 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess446() { }