~ chicken-core (master) /tests/reexport-m10.scm
1(module reexport-m10 () 2 (import (only reexport-m9 define) (chicken module)) 3 (reexport (only reexport-m9 define)))
1(module reexport-m10 ()
2 (import (only reexport-m9 define) (chicken module))
3 (reexport (only reexport-m9 define)))