mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 23:41:29 +00:00
7
tests/tuples/t7012.nim
Normal file
7
tests/tuples/t7012.nim
Normal file
@@ -0,0 +1,7 @@
|
||||
discard """
|
||||
errormsg: "illegal recursion in type 'Node'"
|
||||
"""
|
||||
|
||||
type Node[T] = tuple
|
||||
next: ref Node[T]
|
||||
var n: Node[int]
|
||||
Reference in New Issue
Block a user