blob: e8ea89c00afa57d71af32863f8f7240ca97770ac [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a)
{
__builtin_ffs (a);
}