xref
: /
dports
/
lang
/
gcc10-devel
/
gcc-10-20211008
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
shift.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(a)
1
foo
(
a
)
2
{
3
if
(
a
>= 0)
4
return
(
unsigned
)
a
<<
10
;
5
else
6
return
(
int
)
a
<<
10
;
7
}
8