integer Test_ghs998 integer Test_ghs998 = 12 function initGlobals811() { } function main150() { initGlobals811(); init_Test293(); } function config161() { } function init_Test293() { local integer x118 Test_ghs_998 = 12; x_118 = 6; if nonInlinable970(x_118) { Test_ghs_998 = 0; testFail976("bad"); } else { Test_ghs_998 = 0; if (Test_ghs_998 == 0) { testSuccess215(); } else { }; }; } function nonInlinable970(integer x174) returns boolean { if (x_174 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail976(string msg105) { } IS_NATIVE function testSuccess215() { }