aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/BUG25.c
blob: e8ea89c00afa57d71af32863f8f7240ca97770ac (plain)
1
2
3
4
5
6
/* { dg-additional-options "-std=gnu89" } */

foo (a)
{
  __builtin_ffs (a);
}