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