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