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