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