racket/pkgs/compiler-test/tests/compiler/embed/embed-me16.rkt
2016-05-27 17:20:35 -04: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))