Update.
[jlayton/glibc.git] / stdio-common / tst-unbputc.c
1 #include <stdio.h>
2
3
4 int
5 main (void)
6 {
7   putc ('1', stderr);
8   putc ('2', stderr);
9
10   return 0;
11 }