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