]> git.ipfire.org Git - thirdparty/glibc.git/blame - wctype/bug-wctypeh.c
x86: In ld.so, diagnose missing APX support in APX-only builds
[thirdparty/glibc.git] / wctype / bug-wctypeh.c
CommitLineData
5703f472
UD
1#include <wchar.h>
2#include <wctype.h>
3#include <stddef.h>
4ptrdiff_t i;
5
6int
7main (void)
8{
9 return 0;
10}