(root)/
glibc-2.38/
wctype/
bug-wctypeh.c
       1  #include <wchar.h>
       2  #include <wctype.h>
       3  #include <stddef.h>
       4  ptrdiff_t i;
       5  
       6  int
       7  main (void)
       8  {
       9    return 0;
      10  }