integer Test_ghs173 integer Test_ghs173 = 12 function initGlobals223() { } function main206() { initGlobals223(); init_Test175(); } function config705() { } function init_Test175() { local integer x150 Test_ghs_173 = 12; x_150 = 6; if nonInlinable199(x_150) { Test_ghs_173 = 0; testFail399("bad"); } else { Test_ghs_173 = 0; if (Test_ghs_173 == 0) { testSuccess161(); } else { }; }; } function nonInlinable199(integer x628) returns boolean { Test_ghs_173 = (Test_ghs_173 + 6); if (x_628 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail399(string msg125) { } IS_NATIVE function testSuccess161() { }