Fix broken MinGW build of gcc.c
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Wignored-attributes-2.C
blob6431607aaeccabc38557d0aff3090d3d9c034760
1 // PR c++/69884
2 // { dg-do compile }
3 // { dg-options "-Wno-ignored-attributes" }
5 typedef float __m128 __attribute__((__vector_size__(16), __may_alias__));
6 template <typename> struct A;
7 template <> struct A<__m128>;