aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/analyzer/fileno-1.c
blob: d34e51a5022372f7c01538717b8da346fb3ec291 (plain)
1
2
3
4
5
6
#include <stdio.h>

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