aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/vector-5.c
blob: 30a4f859402418a6f72b205a1f21f10729097217 (plain)
1
2
3
4
5
6
7
typedef int v2si __attribute__((__vector_size__(8)));

v2si
f (int x)
{
  return (v2si) { x, (__INTPTR_TYPE__) "" };
}