racket/compiler-test/tests/compiler/embed/embed-me16.rkt
2014-12-02 09:30:05 -05:00

8 lines
205 B
Racket

#lang racket/base
;; a `main' submodule:
(module main racket/base
(with-output-to-file (build-path (find-system-path 'temp-dir) "stdout")
(lambda () (printf "This is 16.\n"))
#:exists 'append))