integer wurst_stack_depth183 = 0 function initGlobals466() { } function blub129(integer a178) returns integer { if (a_178 == null) { return 1; } else { return 2; }; } function main141() { initGlobals466(); if ((blub129(0) == 1) and (blub129(42) == 2)) { testSuccess234(); } else { }; } function config126() { } IS_NATIVE function testSuccess234() { }