(macrolet ((yoba (x) `(1+ ,x))
           (boba (x) (yoba x)))
  (print (boba 1)))