1 /* { dg-do compile } */
2 /* { dg-skip-if "" { powerpc*-*-aix* } } */
3 /* { dg-options "-mdejagnu-cpu=power9 -mvsx" } */
4 /* { dg-require-effective-target powerpc_vsx } */
8 long get_conditioned_random ()
10 return __builtin_darn ();
13 /* { dg-final { scan-assembler "darn" } } */