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