1 /* { dg-do compile } */
2 /* { dg-options "-mavx" } */
3 
4 typedef float __m256 __attribute__ ((__vector_size__ (32), __may_alias__));
currentImplementationSupported()5 __attribute__((target("no-avx"))) static int currentImplementationSupported()
6 {}
foo0(__m256 a)7 __m256 foo0(__m256 a) {}
8