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