aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/analyzer/ferror-1.c
blob: 2570f081913e068c7f1ae693b1071e1585a96b92 (plain)
1
2
3
4
5
6
#include <stdio.h>

int test_pass_through (FILE *stream)
{
  return ferror (stream);
}