(defn add2 [a $t b $t] t (+ a b)) (defn main [] () (println (add2 1 2)))