integer Test_ghs191 integer Test_ghs191 = 12 function initGlobals168() { } function main122() { initGlobals168(); init_Test195(); } function config164() { } function init_Test195() { Test_ghs_191 = 12; if nonInlinable113(6) { Test_ghs_191 = 0; testFail137("bad"); } else { Test_ghs_191 = 0; if (Test_ghs_191 == 0) { testSuccess133(); } else { }; }; } function nonInlinable113(integer x125) returns boolean { Test_ghs_191 = (Test_ghs_191 + 6); if (x_125 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail137(string msg156) { } IS_NATIVE function testSuccess133() { }