racket/compiler-test/tests/compiler/embed/embed-me27.rkt
Matthew Flatt a10e570edd tests for submodules+source
It happens that an old test also covers submodules+collects-dest, due
to a change in a module implementation to refer to a submodule.
2015-07-22 10:53:30 -06:00

4 lines
45 B
Racket

#lang racket/base
(module+ other-submod 'y)