typredef.nim 165 B

12345678
  1. discard """
  2. errormsg: "illegal recursion in type \'Uint8\'"
  3. file: "typredef.nim"
  4. line: 7
  5. """
  6. type
  7. Uint8 = Uint8 #ERROR_MSG illegal recursion in type 'Uint8'