function initGlobals311() { } function main341() { initGlobals311(); init_Test446(); } function config868() { } function init_Test446() { if ((foo_2974(1, 2) + foo_2974(3, 4)) == 10) { testSuccess189(); } else { }; } IS_NATIVE function testSuccess189() { } function foo_2974(integer ints_0364, integer ints_1162) returns integer { return ((0 + ints_0_364) + ints_1_162); }