Merge branch 'master' of ssh://sources.redhat.com/git/glibc
[platform/upstream/glibc.git] / wcsmbs / tst-wchar-h.c
1 #include <stdlib.h>
2 #include <wchar.h>
3
4 int
5 main (void)
6 {
7   mbstate_t x;
8   return sizeof (x) - sizeof (mbstate_t);
9 }