summary refs log blame commit diff stats
path: root/tests/generics/t500.nim
blob: 2486359aa38a3d087bd19c34fe41c5d6db0a9b0a (plain) (tree)
1
2
3
4
5
6
7
8







                                                 
discard """
action: compile
"""

type
  TTest = tuple[x: range[0..80], y: range[0..25]]

let x: TTest = (2, 23)