summaryrefslogtreecommitdiff
path: root/wctype/bug-wctypeh.c
blob: 9d5acb3a5c157d5a1bebd78d97ec5211cbf31938 (plain)
1
2
3
4
5
6
7
8
9
10
#include <wchar.h>
#include <wctype.h>
#include <stddef.h>
ptrdiff_t i;

int
main (void)
{
  return 0;
}