function initGlobals109() { } function main912() { initGlobals109(); init_Test122(); } function config106() { } function init_Test122() { if (foo941(2) == 2) { testSuccess142(); } else { }; } function foo941(integer blub709) returns integer { if ((blub_709 == 0) or (blub_709 == 1)) { return 1; } else { return 2; }; } IS_NATIVE function testSuccess142() { }