racket/pkgs/compiler-test/tests/compiler/embed/embed-me3.rkt
2016-05-27 17:20:35 -04:00

8 lines
198 B
Racket

(module embed-me3 mzscheme
(require mzlib/etc)
(with-output-to-file (build-path (find-system-path 'temp-dir) "stdout")
(lambda ()
(printf "3 is here, too? ~a\n" true))
'append))