integer wurst_stack_depth198 = 0 function initGlobals724() { } function main367() { initGlobals724(); if (5050 == f208(100)) { testSuccess871(); } else { }; } function config105() { } function f208(integer n163) returns integer { if (n_163 <= 0) { return 0; } else { }; return (n_163 + f208((n_163 - 1))); } IS_NATIVE function testSuccess871() { }