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