blob: 5a1ac3c0f6c244d896ed691701d51ff7463fd6aa [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mrdrnd" } */
extern void bar (int);
void
foo (unsigned *u)
{
int i = __builtin_ia32_rdrand32_step (u);
bar (i);
}