summary refs log tree commit diff stats
path: root/tests/reject/typredef.nim
blob: b2182d116dc15f260a7efffe57c6e87469b5205f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  file: "typredef.nim"
  line: 7
  errormsg: "illegal recursion in type \'Uint8\'"
"""
type
  Uint8 = Uint8 #ERROR_MSG illegal recursion in type 'Uint8'