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