Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / ferror-1.c
blob2570f081913e068c7f1ae693b1071e1585a96b92
1 #include <stdio.h>
3 int test_pass_through (FILE *stream)
5 return ferror (stream);