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