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