integer Test_ghs128 integer Test_ghs128 = 12 function initGlobals867() { } function main125() { initGlobals867(); init_Test192(); } function config171() { } function init_Test192() { local integer x209 Test_ghs_128 = 12; x_209 = 6; if nonInlinable136(x_209) { Test_ghs_128 = 0; testFail950("bad"); } else { Test_ghs_128 = 0; if (Test_ghs_128 == 0) { testSuccess199(); } else { }; }; } function nonInlinable136(integer x899) returns boolean { if (x_899 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail950(string msg153) { } IS_NATIVE function testSuccess199() { }