glibc/wctype/bug-wctypeh.c
Ulrich Drepper 5703f47273 * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
* wctype/Makefile (tests): Add bug-wctypeh.
	* wctype/bug-wctypeh.c: New file.
2008-12-29 23:21:21 +00:00

11 lines
105 B
C

#include <wchar.h>
#include <wctype.h>
#include <stddef.h>
ptrdiff_t i;
int
main (void)
{
return 0;
}