function initGlobals441() { } function blub139(integer a116) returns integer { if (a_116 == null) { return 1; } else { return 2; }; } function main837() { initGlobals441(); init_test374(); } function config702() { } function init_test374() { if ((blub139(0) == 1) and (blub139(42) == 2)) { testSuccess126(); } else { }; } IS_NATIVE function testSuccess126() { }