integer Test_ghs137 integer Test_ghs137 = 12 function initGlobals121() { } function main780() { initGlobals121(); init_Test728(); } function config188() { } function init_Test728() { local integer x134 Test_ghs_137 = 12; x_134 = 6; if nonInlinable142(x_134) { Test_ghs_137 = 0; testFail161("bad"); } else { Test_ghs_137 = 0; if (Test_ghs_137 == 0) { testSuccess878(); } else { }; }; } function nonInlinable142(integer x198) returns boolean { Test_ghs_137 = (Test_ghs_137 + 6); if (x_198 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail161(string msg442) { } IS_NATIVE function testSuccess878() { }