1  /* { dg-do compile } */
       2  /* { dg-options "-O" } */
       3  
       4  #include <arm_neon.h>
       5  
       6  void
       7  test (poly128_t *ptr, poly128_t a)
       8  {
       9    vstrq_p128 (ptr, a);
      10  }
      11  
      12  /* { dg-final { scan-assembler-times {stp.*x2,.*x3,.*[x0]} 1 } } */