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