Add kw test

svn: r11850
This commit is contained in:
Sam Tobin-Hochstadt 2008-09-24 14:03:25 +00:00
parent 81b9f63852
commit 9c08df4789

View File

@ -0,0 +1,8 @@
#lang typed-scheme
(lambda ()
(open-input-file "foo" #:mode 'binary)
(open-input-file "foo" #:mode 'text)
(open-input-file "foo"))