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