1#include <stdio.h>
2
3
4static int
5do_test (void)
6{
7 putc (c: '1', stderr);
8 putc (c: '2', stderr);
9
10 return 0;
11}
12
13#define TEST_FUNCTION do_test ()
14#include "../test-skeleton.c"
15

source code of glibc/stdio-common/tst-unbputc.c