diff options
Diffstat (limited to 'testsuite/fail_compilation/record-base-cycle.elna')
| -rw-r--r-- | testsuite/fail_compilation/record-base-cycle.elna | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/fail_compilation/record-base-cycle.elna b/testsuite/fail_compilation/record-base-cycle.elna index f3bcb20..8af254d 100644 --- a/testsuite/fail_compilation/record-base-cycle.elna +++ b/testsuite/fail_compilation/record-base-cycle.elna @@ -1,4 +1,5 @@ type R = record(R) (* @Error Type declaration forms a cycle: R -> R *) end + end. |
