function initGlobals155() { } function blub134(integer a122) returns integer { if (a_122 == null) { return 1; } else { return 2; }; } function main228() { initGlobals155(); if ((blub134(0) == 1) and (blub134(42) == 2)) { testSuccess817(); } else { }; } function config563() { } IS_NATIVE function testSuccess817() { }