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