function initGlobals602() { } function blub681(integer a516) returns integer { if (a_516 == null) { return 1; } else { return 2; }; } function main342() { initGlobals602(); if ((blub681(0) == 1) and (blub681(42) == 2)) { testSuccess709(); } else { }; } function config159() { } IS_NATIVE function testSuccess709() { }