;; Benchmark: 107ns ;; Benchmark-Repeat: 18414 (do (macro t [x] `(fn [~x] ~x)) (def id (t a)) (assert-eq 42 (id 42)))