function initGlobals436() { } function blub479(integer a213) returns integer { if (a_213 == null) { return 1; } else { return 2; }; } function main732() { initGlobals436(); init_test887(); } function config509() { } function init_test887() { if ((blub479(0) == 1) and (blub479(42) == 2)) { testSuccess435(); } else { }; } IS_NATIVE function testSuccess435() { }