Haschoo-0.0: tests/macros/define-syntax-set.scm
(define x 1) (let-syntax ((m (syntax-rules () ((m) x)))) (set! x 2) (write (if (= (m) 1) 'bad 'ok))) (newline)
(define x 1) (let-syntax ((m (syntax-rules () ((m) x)))) (set! x 2) (write (if (= (m) 1) 'bad 'ok))) (newline)