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