function initGlobals132() { } function blub609(integer a123) returns integer { if (a_123 == null) { return 1; } else { return 2; }; } function main428() { initGlobals132(); init_test436(); } function config985() { } function init_test436() { if ((blub609(0) == 1) and (blub609(42) == 2)) { testSuccess133(); } else { }; } IS_NATIVE function testSuccess133() { }