aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/structs.tm2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/structs.tm b/test/structs.tm
index c86f9102..c46c87e4 100644
--- a/test/structs.tm
+++ b/test/structs.tm
@@ -50,3 +50,5 @@ func test_mixed()
= "missing"
test_mixed()
+struct LinkedList(x:Int, next=!LinkedList)
+>> @LinkedList(10, @LinkedList(20))