[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20100302.h
blob7260be10c91521d648207d94a1db2eae9a64920f
1 typedef float mm128 __attribute ((vector_size (16)));
3 template <class T>
4 struct A
6 static T t;
7 };
9 void f (mm128 *);