1  /* { dg-do compile } */
       2  /* { dg-require-effective-target vect_complex_add_double } */
       3  /* { dg-add-options arm_v8_3a_complex_neon } */
       4  /* { dg-additional-options "-fdump-tree-vect-details" } */
       5  
       6  #define TYPE double
       7  #define N 16
       8  #include "complex-mls-template.c"
       9  
      10  /* { dg-final { scan-tree-dump "Found COMPLEX_FMS_CONJ" "vect" } } */
      11  /* { dg-final { scan-tree-dump "Found COMPLEX_FMS" "vect" } } */