function initGlobals117() { } function main173() { initGlobals117(); init_Test199(); } function config352() { } function init_Test199() { local string s196 local integer i197 local string temp864 s_196 = "toll"; i_197 = 0; temp_864 = s_196; if (temp_864 == "bla") { i_197 = 1; } else { if ((temp_864 == "blub") or (temp_864 == "toll")) { i_197 = 2; } else { i_197 = 3; }; }; if (i_197 == 2) { testSuccess779(); } else { }; } IS_NATIVE function testSuccess779() { }