blob: 7260be10c91521d648207d94a1db2eae9a64920f [file] [log] [blame]
typedef float mm128 __attribute ((vector_size (16)));
template <class T>
struct A
{
static T t;
};
void f (mm128 *);