integer wurst_stack_depth288 = 0 function initGlobals622() { } function blub326(integer a143) returns integer { if (a_143 == null) { return 1; } else { return 2; }; } function main150() { initGlobals622(); if ((blub326(0) == 1) and (blub326(42) == 2)) { testSuccess203(); } else { }; } function config153() { } IS_NATIVE function testSuccess203() { }