DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / generics / t500.nim
12345678
discard """ action: compile """ type TTest = tuple[x: range[0..80], y: range[0..25]] let x: TTest = (2, 23)