summaryrefslogtreecommitdiffstats
path: root/wlite/test.c
blob: ef0b6fbc71e7253c50619e25d4a4a3d038545a16 (plain)
1
2
3
4
5
6
7
#include <wchar.h>
#include <stdio.h>

int main () {
    printf("%zu\n", sizeof(mbstate_t));
    return 0;
}