~ chicken-core (chicken-5) /tests/reexport-m5.scm
Trap1;;; export syntax, one definition refering to another2; used for testing reexport wth renaming (reexport-test-2.scm)3(module reexport-m5 *4(import scheme)5(define-syntax s16 (syntax-rules () ((_) (s2))))7(define-syntax s28 (syntax-rules () ((_) (display 1)))))