mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 02:44:44 +00:00
8
tests/generics/t500.nim
Normal file
8
tests/generics/t500.nim
Normal file
@@ -0,0 +1,8 @@
|
||||
discard """
|
||||
action: compile
|
||||
"""
|
||||
|
||||
type
|
||||
TTest = tuple[x: range[0..80], y: range[0..25]]
|
||||
|
||||
let x: TTest = (2, 23)
|
||||
Reference in New Issue
Block a user