lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | #include <stdlib.h> |
2 | #include <wchar.h> | ||||
3 | |||||
4 | static int | ||||
5 | do_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" |