aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20100302.h
blob: 7260be10c91521d648207d94a1db2eae9a64920f (plain)
1
2
3
4
5
6
7
8
9
typedef float mm128 __attribute ((vector_size (16)));

template <class T>
struct A
{
  static T t;
};

void f (mm128 *);