1  /* { dg-do compile } */
       2  /* { dg-require-effective-target stdint_types } */
       3  /* { dg-require-effective-target vect_int } */
       4  /* { dg-add-options arm_v8_3a_complex_neon } */
       5  
       6  #define TYPE int8_t
       7  #define N 200
       8  #include <stdint.h>
       9  #include "complex-add-pattern-template.c"
      10  
      11  /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 1 "vect" { target { vect_complex_add_byte } } } } */
      12  /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 1 "vect" { target { vect_complex_add_byte } } } } */
      13  /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT270" "vect" } } */
      14  /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT90" "vect" } } */