Files
RustAst/examples/macro_issue.myc
T

7 lines
125 B
Plaintext

;; Benchmark: 55ns
;; Benchmark-Repeat: 35990
;; Output: 42
(do
(macro t [x] `(fn [~x] ~x))
(def id (t a))
(id 42))