typedef int __attribute__((vector_size (8))) vec;

vec a[] = {(vec) {1, 2}, {3, 4}};


syntax highlighted by Code2HTML, v. 0.9.1