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:
parent
5e0e8ed713
commit
3fffeeac5d
7
typed-racket-test/succeed/pr14521.rkt
Normal file
7
typed-racket-test/succeed/pr14521.rkt
Normal 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 ()))
|
Loading…
Reference in New Issue
Block a user