Adding failing test for submodules in web-server lang

This commit is contained in:
Jay McCarthy 2013-01-25 07:41:54 -07:00
parent 3a69fb9191
commit 8ce9b4eb10

View File

@ -0,0 +1,6 @@
#lang web-server/base
(define f 1)
(module+ test
(define g f))