mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
c226340858
* wcsmbs/tst-wchar-h.c: New file.
10 lines
117 B
C
10 lines
117 B
C
#include <stdlib.h>
|
|
#include <wchar.h>
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
mbstate_t x;
|
|
return sizeof (x) - sizeof (mbstate_t);
|
|
}
|