xref
: /
openbsd-src
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
951220-1.c
(revision c87b03e512fc05ed6e0222f6fb0ae86264b1d05b)
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