racket/pkgs/compiler-pkgs/compiler-test/tests/compiler/embed/embed-planet-2/main.ss
Matthew Flatt 0bc89dc641 move raco exe tests to the compiler-test package
Also, enable the `raco exe` tests for DrDr
2013-11-08 18:13:43 -07:00

6 lines
83 B
Scheme

#lang racket/base
(with-output-to-file "stdout"
(lambda () (displayln "two")))