function initGlobals184() { } function main705() { local string s171 local integer i105 local string temp128 initGlobals184(); s_171 = "toll"; i_105 = 0; temp_128 = s_171; if (temp_128 == "bla") { i_105 = 1; } else { if ((temp_128 == "blub") or (temp_128 == "toll")) { i_105 = 2; } else { i_105 = 3; }; }; if (i_105 == 2) { testSuccess154(); } else { }; } function config804() { } IS_NATIVE function testSuccess154() { }