integer Test_ghs150 integer Test_ghs150 = 12 function initGlobals628() { } function main204() { initGlobals628(); init_Test125(); } function config870() { } function init_Test125() { local integer x190 Test_ghs_150 = 12; x_190 = 6; if nonInlinable140(x_190) { Test_ghs_150 = 0; testFail123("bad"); } else { Test_ghs_150 = 0; if (Test_ghs_150 == 0) { testSuccess170(); } else { }; }; } function nonInlinable140(integer x189) returns boolean { if (x_189 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail123(string msg145) { } IS_NATIVE function testSuccess170() { }