repltest/test/test.rkt
2016-03-31 13:29:16 +02:00

7 lines
137 B
Racket

#lang repltest racket
;; This file has the name "test", but it shouldn't cause any conflicts in module
;; names
(define x 0)
> (+ 1 1)
2