summaryrefslogtreecommitdiff
path: root/test/pull2.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/pull2.lm')
-rw-r--r--test/pull2.lm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pull2.lm b/test/pull2.lm
new file mode 100644
index 00000000..1a18b829
--- /dev/null
+++ b/test/pull2.lm
@@ -0,0 +1,3 @@
+Stream: stream = open( 'pull2.in' 'r' )
+String: str = Stream.pull( 10 )
+print( String '\n' )