function initGlobals154() { } function blub557(integer a339) returns integer { if (a_339 == null) { return 1; } else { return 2; }; } function main948() { initGlobals154(); if ((blub557(0) == 1) and (blub557(42) == 2)) { testSuccess635(); } else { }; } function config174() { } IS_NATIVE function testSuccess635() { }