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