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, 8 insertions, 0 deletions
diff --git a/progs/tests/auto/blob_infer.sy b/progs/tests/auto/blob_infer.sy
new file mode 100644
index 0000000..cee18bf
--- /dev/null
+++ b/progs/tests/auto/blob_infer.sy
@@ -0,0 +1,8 @@
+start :: fn {
+
+blob A { }
+
+a : A = A()
+a
+
+}