summary refs log blame commit diff stats
path: root/tests/ccgbugs/pkg8616/scheduler.nim
blob: 0730000c4a8f4d1e3673969b3cbbd3da431bc0be (plain) (tree)
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)