#include <limits.h>
#ifndef MB_LEN_MAX
#error "MB_LEN_MAX is not defined"
#endif
int main(void) { return 0; }
