blob: fd2ad569a723b184878f643680e196303ffa193b [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include <stdlib.h>
2#include <wchar.h>
3
4static int
5do_test (void)
6{
7 mbstate_t x;
8 return sizeof (x) - sizeof (mbstate_t);
9}
10
11#define TEST_FUNCTION do_test ()
12#include "../test-skeleton.c"