# Pastebin gcPljkZl type T = object value: int TRef = ref T let t = T(value: 10) var tRef = new(T) tRef[] = t