package fortest func Add(x, y int) int { return 2 + x + y }