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