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