xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
951128-1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
char
a
[];
f(const int i)
2
f
(
const
int
i
)
3
{
4
a
[
i
] = 0;
5
}
6