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

7 lines
181 B
Racket

#lang racket/base
(require (planet racket-tester/p2))
(with-output-to-file (build-path (find-system-path 'temp-dir) "stdout")
#:exists 'append
(lambda () (displayln "other")))