integer Test_ghs151 integer Test_ghs151 = 12 function initGlobals121() { } function main277() { initGlobals121(); init_Test375(); } function config109() { } function init_Test375() { Test_ghs_151 = 12; if nonInlinable125(6) { Test_ghs_151 = 0; testFail158("bad"); } else { Test_ghs_151 = 0; if (Test_ghs_151 == 0) { testSuccess145(); } else { }; }; } function nonInlinable125(integer x193) returns boolean { Test_ghs_151 = (Test_ghs_151 + 6); if (x_193 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail158(string msg181) { } IS_NATIVE function testSuccess145() { }