1 // PR c++/69884
2 // { dg-do compile }
3 // { dg-options "-Wno-ignored-attributes" }
4 
5 typedef float __m128 __attribute__((__vector_size__(16), __may_alias__));
6 template <typename> struct A;
7 template <> struct A<__m128>;
8