8 lines
151 B
Racket
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 ()))
|