Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
c-c++-common
/
analyzer
/
pipe-pr107486.c
blob: e9fc7fb4943eb6d132c265744077542569ffb515 [
file
] [
log
] [
blame
]
void
pipe
(
int
);
void
f1
(
void
)
{
pipe
(
1
);
}