function b(x) return x end function c(y) return y end return b(1) * c(2)