summaryrefslogtreecommitdiff
path: root/wctype/bug-wctypeh.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/bug-wctypeh.c')
-rw-r--r--wctype/bug-wctypeh.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/wctype/bug-wctypeh.c b/wctype/bug-wctypeh.c
new file mode 100644
index 0000000000..9d5acb3a5c
--- /dev/null
+++ b/wctype/bug-wctypeh.c
@@ -0,0 +1,10 @@
+#include <wchar.h>
+#include <wctype.h>
+#include <stddef.h>
+ptrdiff_t i;
+
+int
+main (void)
+{
+ return 0;
+}