racket/compiler-test/tests/compiler/embed/embed-me26.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

11 lines
126 B
Racket

#lang racket/base
(module+ main
12)
(module submod racket/base
11)
10
(require (submod "embed-me27.rkt" other-submod))