Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
analyzer/
pipe-pr107486.c
1
void
pipe
(
int
)
;
2
3
void
f1
(
void
)
{
4
pipe
(
1
)
;
5
}