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