t18983.nim 86 B

12345678
  1. discard """
  2. errormsg: "illegal recursion in type 'A'"
  3. """
  4. type
  5. A* = A
  6. B = (A,)