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