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