run -s2 '(mod ARGS (defmacro test args (if args 5000 6000 )) (test 10))'
(q . 5000)
