xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
951220-1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(char * x)
1
f
(
char
*
x
)
2
{
3
return
(*
x
&
2
) || (*
x
&
3
);
4
}
5