integer Test_ghs201 integer Test_ghs201 = 12 integer wurst_stack_depth145 = 0 function initGlobals162() { } function main516() { initGlobals162(); init_Test726(); } function config152() { } function init_Test726() { Test_ghs_201 = 12; if nonInlinable121(6) { Test_ghs_201 = 0; testFail618("bad"); } else { Test_ghs_201 = 0; if (Test_ghs_201 == 0) { testSuccess984(); } else { }; }; } function nonInlinable121(integer x130) returns boolean { Test_ghs_201 = (Test_ghs_201 + 6); if (x_130 > 6) { return true; } else { return false; }; } IS_NATIVE function testFail618(string msg150) { } IS_NATIVE function testSuccess984() { }