glibc/wctype/bug-wctypeh.c

11 lines
105 B
C

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