xref
: /
openbsd
/
gnu
/
usr.bin
/
gcc
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20010706-1.c
(revision c87b03e5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
foo(unsigned int x)
2
foo
(
unsigned
int
x
)
3
{
4
return
(
x
<<
1
) | (
x
>>
31
);
5
}
6