Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
vector-6.c
blob: 7694d36632788b53d976d922d3bc1db6743592c9 [
file
] [
log
] [
blame
]
typedef
int
v2si __attribute__
((
__vector_size__
(
8
)));
v2si
f
(
int
x
)
{
return
(
v2si
)
{
(
__INTPTR_TYPE__
)
""
,
x
};
}