summaryrefslogtreecommitdiff
path: root/sample/reach.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/reach.rb')
-rw-r--r--sample/reach.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/sample/reach.rb b/sample/reach.rb
new file mode 100644
index 0000000000..25b340887d
--- /dev/null
+++ b/sample/reach.rb
@@ -0,0 +1,5 @@
+for i in 1..10
+ print("test\n")
+ break
+ print("test2\n")
+end