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