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