typredef.nim 166 B

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