mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
5703f47273
* wctype/Makefile (tests): Add bug-wctypeh. * wctype/bug-wctypeh.c: New file.
11 lines
105 B
C
11 lines
105 B
C
#include <wchar.h>
|
|
#include <wctype.h>
|
|
#include <stddef.h>
|
|
ptrdiff_t i;
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
return 0;
|
|
}
|