aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compilable')
-rw-r--r--testsuite/compilable/self-referencing-record.elna5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/compilable/self-referencing-record.elna b/testsuite/compilable/self-referencing-record.elna
new file mode 100644
index 0000000..cc98f86
--- /dev/null
+++ b/testsuite/compilable/self-referencing-record.elna
@@ -0,0 +1,5 @@
+type
+ R = record
+ field: ^R
+ end
+end.