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