9 lines
132 B
Racket
9 lines
132 B
Racket
#lang typed/racket/base
|
|
|
|
;; A test for PR 15026, works with pr15026-b.rkt
|
|
|
|
(provide (all-defined-out))
|
|
|
|
(define x 42)
|
|
(define y 43)
|