xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
BUG25.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
foo(a)
2
foo
(
a
)
3
{
4
__builtin_ffs
(
a
);
5
}
6