function initGlobals189() { } function main190() { initGlobals189(); init_Test191(); } function config138() { } function init_Test191() { local string s121 local integer i177 local string temp109 s_121 = "toll"; i_177 = 0; temp_109 = s_121; if (temp_109 == "bla") { i_177 = 1; } else { if ((temp_109 == "blub") or (temp_109 == "toll")) { i_177 = 2; } else { i_177 = 3; }; }; if (i_177 == 2) { testSuccess445(); } else { }; } IS_NATIVE function testSuccess445() { }