Add test.

This commit is contained in:
Vincent St-Amour 2012-10-14 16:55:36 -04:00
parent cdcf8f6432
commit 326e3ba33f

View File

@ -0,0 +1,2 @@
#lang typed/racket
(for/vector: : (Vectorof Natural) ([i : Natural (in-range 20)]) i)