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