xref
: /
dports
/
lang
/
gcc10-devel
/
gcc-10-20211008
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
m5.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(a)
1
foo
(
a
)
2
{
3
return
a
*
5
+
12
;
4
}
5