aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/alias-cycle.elna
blob: e6c822be41e1bcf81450616f6af9b22c1db15f45 (plain)
1
2
3
4
type
  A = B
  B = A (* @Error Type declaration forms a cycle: A -> B -> A *)
end.