(define-syntax test-ds (syntax-rules () ((test x) (list 'x)))) (test-ds (t2)) ; should only display this if there are no errors. (display "Done.\n")