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