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

10 lines
77 B
Racket

#lang racket/base
(module+ main
12)
(module submod racket/base
11)
10