repltest/test/test.rkt
2016-03-31 13:28:38 +02:00

7 lines
143 B
Racket

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