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