original commit: 6d1084ef8e811df28673896a81a0584d5ef0afe8
This commit is contained in:
Matthew Flatt 1998-07-21 16:02:26 +00:00
parent c41403f16b
commit 4532380836

View File

@ -479,6 +479,7 @@
(let () (define define-values 10) define-values)))
;; Invoke-unit linking in let-bound variables
(define x 'not-the-right-x)
(test '(the-x 10) 'invoke/sig
(let ([x 'the-x])
(invoke-unit/sig