1  /* { dg-do compile } */
       2  /* { dg-options "-O" } */
       3  
       4  #include <arm_neon.h>
       5  
       6  float32_t
       7  test (float32_t a)
       8  {
       9    return vrndns_f32 (a);
      10  }
      11  
      12  /* { dg-final { scan-assembler-times "frintn\\ts\[0-9\]+, s\[0-9\]+" 1 } } */
      13