xref
: /
dports
/
lang
/
gcc11-devel
/
gcc-11-20211009
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000405-2.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
void
foo
(
int
);
2
bar(unsigned long l)
3
void
bar
(
unsigned
long
l
)
4
{
5
foo
(
l
== 0);
6
}
7