repltest/test/test.rkt
2016-03-30 19:36:39 +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