~ chicken-core (chicken-5) /tests/reexport-m2.scm
1;;;; module importing from module that reexports core binding 2 3(module foo () 4 (import scheme (chicken base) reexport-m1) 5 (print (cons 1 2)))
1;;;; module importing from module that reexports core binding
2
3(module foo ()
4 (import scheme (chicken base) reexport-m1)
5 (print (cons 1 2)))