/*optional*/
#include <unistd.h>
#ifndef _POSIX2_LOCALEDEF
#error "_POSIX2_LOCALEDEF is not defined"
#endif
int main(void) { return 0; }
