xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
acc.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(a)
1
foo
(
a
)
2
{
3
int
b
=
a
+
1
;
4
int
c
= (
short
)
a
;
5
if
(
b
)
6
return
b
;
7
return
1
;
8
}
9