Closed ringabout closed 2 years ago
type Data = ref object id: int proc main = var x = Data(id: 99) var y = x x[] = Data()[] echo y[] main()