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