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