(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
pr96313.c
       1  /* { dg-do compile } */
       2  
       3  #include <arm_neon.h>
       4  
       5  uint32_t (*fp3)(int64_t) = vqmovund_s64;
       6  uint8_t (*fp4)(int16_t) = vqmovunh_s16;
       7  uint16_t (*fp5)(int32_t) = vqmovuns_s32;
       8