racket/pkgs/compiler-test/tests/compiler/test/b.rkt
2016-05-27 17:20:35 -04:00

5 lines
79 B
Racket

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