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