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