summaryrefslogtreecommitdiff
path: root/tests/stuff.lac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stuff.lac')
-rw-r--r--tests/stuff.lac3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stuff.lac b/tests/stuff.lac
index c5d5852e..fe692eec 100644
--- a/tests/stuff.lac
+++ b/tests/stuff.lac
@@ -10,3 +10,6 @@ con c6 = {A : c1, name : c2}
con c7 = [A = c1, name = c2]
con c8 = fn t :: Type => t
+
+con c9 = {}
+con c10 = ([]) :: {Type}