integer Test_ghs195 integer Test_ghs195 = 12 function initGlobals141() { } function main178() { initGlobals141(); init_Test193(); } function config111() { } function init_Test193() { Test_ghs_195 = 12; if nonInlinable152(6) { Test_ghs_195 = 0; testFail270("bad"); } else { Test_ghs_195 = 0; if (Test_ghs_195 == 0) { testSuccess937(); } else { }; }; } function nonInlinable152(integer x214) returns boolean { Test_ghs_195 = (Test_ghs_195 + 6); if (x_214 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail270(string msg130) { } IS_NATIVE function testSuccess937() { }