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