integer wurst_stack_depth184 = 0 function initGlobals960() { } function main286() { initGlobals960(); if (foo200(2) == 2) { testSuccess172(); } else { }; } function config414() { } function foo200(integer blub380) returns integer { if ((blub_380 == 0) or (blub_380 == 1)) { return 1; } else { if (blub_380 == 2) { return 2; } else { return 3; }; }; } IS_NATIVE function testSuccess172() { }