blob: a27c5a2b929f347ae8e83b356554c9ca092a099b [file]
/* PR c/125629 */
/* { dg-do compile } */
int c;
unsigned
foo ()
{
return __builtin_bitreverseg (c ? : 0u);
}