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