function initGlobals148() { } function main170() { initGlobals148(); init_Test156(); } function config164() { } function init_Test156() { local string s167 local integer i198 local string temp442 s_167 = "toll"; i_198 = 0; temp_442 = s_167; if (temp_442 == "bla") { i_198 = 1; } else { if ((temp_442 == "blub") or (temp_442 == "toll")) { i_198 = 2; } else { i_198 = 3; }; }; if (i_198 == 2) { testSuccess179(); } else { }; } IS_NATIVE function testSuccess179() { }