function test(a, b) { print 5; return a + b; } print test(2, 4);