Files
Nim/tests/reject/typredef.nim
2013-03-16 23:53:07 +01:00

11 lines
171 B
Nim

discard """
file: "typredef.nim"
line: 7
errormsg: "illegal recursion in type \'Uint8\'"
"""
type
Uint8 = Uint8 #ERROR_MSG illegal recursion in type 'Uint8'