2005-01-28 Martin Schwidefsky <schwidefsky@de.ibm.com>
[glibc.git] / stdio-common / tst-unbputc.c
blobbbd8622b035d15767d7117b814d74fa364e62e88
1 #include <stdio.h>
4 int
5 main (void)
7 putc ('1', stderr);
8 putc ('2', stderr);
10 return 0;