Foo :: struct { v : float2; } vertex main :: () { f : Foo; f..v.x = 0.0; }