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