]> git.ipfire.org Git - thirdparty/glibc.git/blame - wcsmbs/tst-wchar-h.c
Prefer https for Sourceware links
[thirdparty/glibc.git] / wcsmbs / tst-wchar-h.c
CommitLineData
c2263408
UD
1#include <stdlib.h>
2#include <wchar.h>
3
29955b5d
AS
4static int
5do_test (void)
c2263408
UD
6{
7 mbstate_t x;
8 return sizeof (x) - sizeof (mbstate_t);
9}
29955b5d 10
b2b1ea8b 11#include <support/test-driver.c>