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