Vector initializer list syntax

1 vector_type  identifier = {
2+  ,
2 initializer
3 } ;