typed-racket/typed-racket-test/succeed/pr14521.rkt
Asumu Takikawa 3fffeeac5d Add a test for PR 14521
Started working since v6.2. Possibly due to the new macro
expander.

Closes PR 14521.
2015-07-29 13:55:49 -04:00

8 lines
151 B
Racket

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