aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/strange.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/strange.sy')
-rw-r--r--progs/tests/auto/strange.sy15
1 files changed, 0 insertions, 15 deletions
diff --git a/progs/tests/auto/strange.sy b/progs/tests/auto/strange.sy
deleted file mode 100644
index c495041..0000000
--- a/progs/tests/auto/strange.sy
+++ /dev/null
@@ -1,15 +0,0 @@
-start :: fn {
-
-a := 0
-{
- b := 99999
- {
- a := 99999
- a
- }
- b
- a -= 1
-}
-a <=> -1
-
-}