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