As of StaticArrays v1.0.1 and julia 1.5.3 I can cause a segmentation fault like this: ```julia using StaticArrays struct A{T}<:FieldVector{2,T} x::T y::T end A(1.,2) ```