Testsuite: fix analyzer tests on Darwin
[official-gcc.git] / gcc / testsuite / gcc.dg / analyzer / getc-1.c
blob04896ce2cec80a6ddbae5f0d1e5802bfb12c1ecd
1 #include <stdio.h>
3 int test_pass_through (FILE *stream)
5 return getc (stream);