integer Test_ghs100 integer Test_ghs100 = 12 function initGlobals105() { } function main688() { initGlobals105(); init_Test164(); } function config180() { } function init_Test164() { local integer x158 Test_ghs_100 = 12; x_158 = 6; if nonInlinable137(x_158) { Test_ghs_100 = 0; testFail814("bad"); } else { Test_ghs_100 = 0; if (Test_ghs_100 == 0) { testSuccess621(); } else { }; }; } function nonInlinable137(integer x650) returns boolean { Test_ghs_100 = (Test_ghs_100 + 6); if (x_650 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail814(string msg171) { } IS_NATIVE function testSuccess621() { }