summary refs log tree commit diff stats
path: root/tests/generics/mtypenodes.nim
blob: e1132241bf5f410cee70d0d7e2e167c52ef48d0c (plain) (blame)
1
2
3
4
5
6
# issue #22699

type Private = distinct int

proc chop*[T](x: int): int =
  cast[int](cast[tuple[field: Private]](x))