Add a test for PR 14521

Started working since v6.2. Possibly due to the new macro
expander.

Closes PR 14521.
This commit is contained in:
Asumu Takikawa 2015-07-29 13:55:49 -04:00
parent 5e0e8ed713
commit 3fffeeac5d

View File

@ -0,0 +1,7 @@
#lang typed/racket
;; Test for PR 14521, submodule with struct definition
(module untyped racket
(provide (struct-out thing))
(struct thing ()))