Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
analyzer/
pr98580-b.c
1
extern
int
*
p
;
2
int
foo
(
)
{
return
*
p
;
}