integer wurst_stack_depth136 = 0 function initGlobals197() { } function main697() { initGlobals197(); if (5050 == f212(100)) { testSuccess195(); } else { }; } function config155() { } function f212(integer n248) returns integer { if (n_248 <= 0) { return 0; } else { }; return (n_248 + f212((n_248 - 1))); } IS_NATIVE function testSuccess195() { }