6ed18a8b2 ^
1 2 3 4 5 6 7 8
type TFoo{.exportc.} = object x:int var s{.exportc.}: seq[TFoo] = @[] s.add TFoo(x: 42) echo s[0].x