Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
c-c++-common
/
analyzer
/
ferror-1.c
blob: 2570f081913e068c7f1ae693b1071e1585a96b92 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
test_pass_through
(
FILE
*
stream
)
{
return
ferror
(
stream
);
}