Add currently failing test for const range support

This commit is contained in:
Jason Turner 2010-10-02 21:31:18 +00:00
parent 3ae748c026
commit 4ab29013ec

View File

@ -0,0 +1,4 @@
//If the following succeeds, the test passes
"Hello World".for_each(fun(x) { print(x) } )