int pluto()
{
(__attribute__((__vector_size__ (16))) int) {4,1,2,3};
}
produces:
test.c(5): Error: expression expected, not `__attribute__`
test.c(5): Error: found `int` when expecting `)`
test.c(5): Error: found `)` when expecting `;` following statement
test.c(5): Error: found `}` when expecting `;` following statement
test.c(7): Error: found `End of File` when expecting `}` following compound statement