aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/blob_infer.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/blob_infer.sy')
-rw-r--r--progs/tests/auto/blob_infer.sy8
1 files changed, 0 insertions, 8 deletions
diff --git a/progs/tests/auto/blob_infer.sy b/progs/tests/auto/blob_infer.sy
deleted file mode 100644
index cee18bf..0000000
--- a/progs/tests/auto/blob_infer.sy
+++ /dev/null
@@ -1,8 +0,0 @@
-start :: fn {
-
-blob A { }
-
-a : A = A()
-a
-
-}