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