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