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