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