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

6 lines
155 B
Racket

(module embed-me1 mzscheme
(with-output-to-file (build-path (find-system-path 'temp-dir) "stdout")
(lambda () (printf "This is 1\n"))
'append))