diff options
Diffstat (limited to 'testsuite/fail_compilation/alias-field-cycle.elna')
| -rw-r--r-- | testsuite/fail_compilation/alias-field-cycle.elna | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/fail_compilation/alias-field-cycle.elna b/testsuite/fail_compilation/alias-field-cycle.elna new file mode 100644 index 0000000..f4a554a --- /dev/null +++ b/testsuite/fail_compilation/alias-field-cycle.elna @@ -0,0 +1,5 @@ +type + A = record (* @Error Type declaration forms a cycle: A -> A *) + field: A + end +end. |
