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

7 lines
164 B
Racket

#lang racket/base
(require "main.rkt")
(with-output-to-file (build-path (find-system-path 'temp-dir) "stdout")
#:exists 'append
(lambda () (displayln "alt")))