Files
Nim/tests/generics/t500.nim
2022-10-26 19:45:51 +08:00

9 lines
112 B
Nim

discard """
action: compile
"""
type
TTest = tuple[x: range[0..80], y: range[0..25]]
let x: TTest = (2, 23)