racket/compiler-test/tests/compiler/test/b.rkt
2014-12-02 09:30:05 -05:00

5 lines
79 B
Racket

#lang racket/base
(error 'dont-run)
(module test racket/base
(printf "b\n"))