integer Test_ghs501 integer Test_ghs501 = 12 function initGlobals390() { } function main163() { initGlobals390(); init_Test848(); } function config176() { } function init_Test848() { local integer x126 Test_ghs_501 = 12; x_126 = 6; if nonInlinable153(x_126) { Test_ghs_501 = 0; testFail876("bad"); } else { Test_ghs_501 = 0; if (Test_ghs_501 == 0) { testSuccess178(); } else { }; }; } function nonInlinable153(integer x160) returns boolean { Test_ghs_501 = (Test_ghs_501 + 6); if (x_160 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail876(string msg169) { } IS_NATIVE function testSuccess178() { }