/* { dg-additional-options "-D_POSIX_SOURCE" } */ #include int test_pass_through (FILE *stream) { return fileno (stream); }