xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20070531-2.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(void)
1
int
f
(
void
)
2
{
3
int
*
a
= 0;
4
for
(
a
= 0;
a
< (
int
*)
32767
;
a
++)
5
;
6
}
7