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