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