blob: 7694d36632788b53d976d922d3bc1db6743592c9 [file] [log] [blame]
typedef int v2si __attribute__((__vector_size__(8)));
v2si
f (int x)
{
return (v2si) { (__INTPTR_TYPE__) "", x };
}