]> git.ipfire.org Git - thirdparty/glibc.git/blob - wctype/bug-wctypeh.c
x86: In ld.so, diagnose missing APX support in APX-only builds
[thirdparty/glibc.git] / 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 }