~ chicken-core (master) /tests/reexport-m8.scm
Trap1(module reexport-m8 ()
2 ;; NOTE: Reexport only works properly if m7 is imported here, when
3 ;; the implementing library isn't required by the user of m8.
4 (import reexport-m7
5 (rename scheme (reverse reverse-og))
6 (rename (chicken base) (identity reverse))
7 (chicken module))
8 (reexport reexport-m7))