blob: 6431607aaeccabc38557d0aff3090d3d9c034760 [file] [log] [blame]
// PR c++/69884
// { dg-do compile }
// { dg-options "-Wno-ignored-attributes" }
typedef float __m128 __attribute__((__vector_size__(16), __may_alias__));
template <typename> struct A;
template <> struct A<__m128>;