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