1 /* { dg-do compile } */
2 /* { dg-require-effective-target powerpc_vsx_ok } */
3 /* { dg-skip-if "" { powerpc*-*-aix* } } */
4 /* { dg-options "-mdejagnu-cpu=power9 -mvsx" } */
6 /* This test should succeed on both 32- and 64-bit configurations. */
11 return __builtin_darn_32 ();
14 /* { dg-final { scan-assembler "darn" } } */