Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
BUG25.c
1
2
foo
(
a
)
3
{
4
__builtin_ffs
(
a
)
;
5
}