3cb963f11 ^
1 2 3 4 5 6 7 8 9 10
import rtarray type T = tuple[x:int] var arr: array[1,T] proc init*() = discard head(arr)